摘要:
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
阅读(746)
评论(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
阅读(265)
评论(0)
推荐(0)

浙公网安备 33010602011771号