pymel.core.modeling.subdivCrease

subdivCrease(*args, **kwargs)

Set the creasing on subdivision mesh edges or mesh points that are on the selection list.

Flags:
Long name (short name) Argument Types Properties
sharpness (sh) bool ../../../_images/create.gif
 
Specifies the sharpness value to set the crease toFlag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

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()

Previous topic

pymel.core.modeling.subdiv

Next topic

pymel.core.modeling.subdivDisplaySmoothness

Core

Core Modules

Other Modules

This Page