摘要:
maya cmds pymel 选择 uv area(uv 面积) 为0 的面 cmds.selectType( pf=True ) cmds.polySelectConstraint( m=3, t=8, ta=True, tab=(0, 0.000010) ) # to get face wit 阅读全文
摘要:
maya cmds pymel selectType() 选择类型切换 import maya.cmds as cmds import maya.mel as mel mel.eval('changeSelectMode -component;') sels = cmds.ls(sl = 1, o 阅读全文
摘要:
maya cmds pymel 'ESC' 退出 while, for 循环 import maya.cmds as cmds cmds.progressWindow(isInterruptable=1) while 1 : print "kill me!" if cmds.progressWind 阅读全文