03 2011 档案
摘要:import maya.cmds as cmdsdef edgeCutter(): cmds.polySplitEdge() #split one or more edges so that each face that shared the vertex acquires its own copy
阅读全文
摘要:import maya.cmds as cmdsdef oddFacesCheck(): objFaces = cmds.polyListComponentConversion(tf=True) cmds.select(objFaces) tmpFaces = cmds.ls(fl=True, sl
阅读全文

浙公网安备 33010602011771号