def channelbox_command_freezeAll(box, menuItem, key, *args):
with sysCmd.Undo():
state = cmds.menuItem(menuItem, q=1, isOptionBox=1)
if not state:
if cmds.ls(sl=1):
cmds.makeIdentity(t=1, r=1, s=1, n=0, a=1)
else:
channelbox_command_freezeUI()
jtChannelBox_Commands_Default.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录