def setChannelShowType(channelBox, value):
"""
:param channelBox: mainChannelBox
:type channelBox: str
:param value:
:type value: str
:example::
setChannelShowType("mainChannelBox", "all")
"""
cmds.optionVar(stringValue=("cbShowType", value))
cmds.channelBox(channelBox, edit=True, update=True)
评论列表
文章目录