def channelbox_command_filter_filterShowAll(box, menuItem, key, *args):
with sysCmd.Undo(0):
channelbox_command_resetFilters(box)
box.saved_states["invertShown"][0] = 0
box.filter_attrs = {}
cmds.channelBox(box.channelbox, e=1, attrFilter=0, update=1)
channelBox_Filter_Items(box)
jtChannelBox_Commands_Default.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录