Go to: Synopsis. Return value. Keywords. Related. Flags. Python examples.
subdivCrease([sharpness=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
subdivCrease is undoable, NOT queryable, and NOT editable.
Set the creasing on subdivision mesh edges or mesh points that are on
the selection list.
subdivision, surface, crease
changeSubdivComponentDisplayLevel, changeSubdivRegion, createSubdivRegion, nurbsToSubdiv, polyToSubdiv, querySubdiv, refineSubdivSelectionList, subdCollapse, subdToBlind, subdToPoly, subdiv, subdivDisplaySmoothness
sharpness
Long name (short name) |
Argument types |
Properties |
sharpness(sh)
|
boolean
|
|
|
Specifies the sharpness value to set the crease to
|
|
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.
|
import maya.cmds as cmds
# after selecting components of a subdivision surface
cmds.subdivCrease()