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 阅读全文
posted @ 2011-03-14 13:41 GamePal 阅读(219) 评论(0) 推荐(0)
摘要:import maya.cmds as cmdsdef oddFacesCheck(): objFaces = cmds.polyListComponentConversion(tf=True) cmds.select(objFaces) tmpFaces = cmds.ls(fl=True, sl 阅读全文
posted @ 2011-03-06 14:07 GamePal 阅读(207) 评论(0) 推荐(0)