Go to: Synopsis. Flags. Return value. Related. Python examples.
polySplitRing([absoluteWeight=boolean], [constructionHistory=boolean], [direction=boolean], [divisions=int], [name=string], [rootEdge=int], [smoothingAngle=angle], [splitType=int], [weight=float])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
polySplitRing is undoable, queryable, and editable.
Splits a series of ring edges of connected quads and
inserts connecting edges between them.
absoluteWeight, constructionHistory, direction, divisions, name, rootEdge, smoothingAngle, splitType, weight
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can have multiple arguments, passed either as a tuple or a list.
|
string The node name.
polyAppend, polyAppendVertex, polyBevel, polyChipOff, polyCreateFacet, polyExtrudeEdge, polyExtrudeFacet, polySmooth, polySplitVertex, polySubdivideEdge, polySubdivideFacet, polyTriangulate
import maya.cmds as cmds
cmds.polyCube()
cmds.select('pCube1.e[0:3]')
cmds.polySplitRing( sma=180, wt=0.2)
Return to Autodesk Index