maya cmds pymel 'ESC' 退出 while, for 循环
maya cmds pymel 'ESC' 退出 while, for 循环
import maya.cmds as cmds
cmds.progressWindow(isInterruptable=1)
while 1 :
print "kill me!"
if cmds.progressWindow(query=1, isCancelled=1) :
break
cmds.progressWindow(endProgress=1)
未经博主允许,禁止直接转载本博客任何内容(可以在文章中添加链接,禁止原文照搬),如需直接原文转载对应文章,请在该文章中留言联系博主,谢谢!!