摘要: Maya cmds pymel scriptJob() 和 undoInfo() 在回调中撤销(undo) def myEventFun(): cmds.undoInfo(stateWithoutFlush = 0) # your code pass cmds.undoInfo(stateWitho 阅读全文
posted @ 2019-03-14 18:15 ibingshan 阅读(693) 评论(0) 推荐(0) 编辑
摘要: Python 2 和 3 的区别记录 print python2:关键字,可以 print a,也可以 print(a) python3:内置函数,必须带(),print(a) reload() python2:内置函数,可以直接使用 python3:这样才可以使用: if sys.version_ 阅读全文
posted @ 2019-03-14 10:26 ibingshan 阅读(240) 评论(0) 推荐(0) 编辑