Go to: Synopsis. Return value. Keywords. Related. Flags. Python examples.

Synopsis

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.

Return value

boolean

Keywords

subdivision, surface, crease

Related

changeSubdivComponentDisplayLevel, changeSubdivRegion, createSubdivRegion, nurbsToSubdiv, polyToSubdiv, querySubdiv, refineSubdivSelectionList, subdCollapse, subdToBlind, subdToPoly, subdiv, subdivDisplaySmoothness

Flags

sharpness
Long name (short name) Argument types Properties
sharpness(sh) boolean create
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.

Python examples

import maya.cmds as cmds

# after selecting components of a subdivision surface
cmds.subdivCrease()