Set the creasing on subdivision mesh edges or mesh points that are on the selection list.
| Long name (short name) | Argument Types | Properties | |
|---|---|---|---|
| sharpness (sh) | bool |
|
|
|
|||
Derived from mel command maya.cmds.subdivCrease
Example:
import pymel.core as pm
import maya.cmds as cmds
# after selecting components of a subdivision surface
pm.subdivCrease()