def __exit__(self, *exc_info):
if self.result == 0:
cmds.undoInfo(stateWithoutFlush=1)
else:
cmds.undoInfo(closeChunk=1)
# -------------------------------------------------------------------------------- #
# RPARTIAL() : Subclass of partial used instead to set maya's Undo/Redo output appropriately
jtChannelBox_Commands_System.py 文件源码
python
阅读 30
收藏 0
点赞 0
评论 0
评论列表
文章目录