摘要:
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 阅读全文
posted @ 2019-04-25 11:23
ibingshan
阅读(623)
评论(0)
推荐(0)
摘要:
maya cmds pymel selectType() 选择类型切换 import maya.cmds as cmds import maya.mel as mel mel.eval('changeSelectMode -component;') sels = cmds.ls(sl = 1, o 阅读全文
posted @ 2019-04-25 11:19
ibingshan
阅读(697)
评论(0)
推荐(0)
摘要:
maya cmds pymel 'ESC' 退出 while, for 循环 import maya.cmds as cmds cmds.progressWindow(isInterruptable=1) while 1 : print "kill me!" if cmds.progressWind 阅读全文
posted @ 2019-04-25 11:02
ibingshan
阅读(413)
评论(0)
推荐(0)