This command creates a context that creates wrinkles.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
branchCount (brc) | int | ||
|
|||
branchDepth (bd) | int | ||
|
|||
exists (ex) | bool | ||
|
|||
history (ch) | bool | ||
|
|||
image1 (i1) | unicode | ||
image2 (i2) | unicode | ||
image3 (i3) | unicode | ||
|
|||
name (n) | unicode | ||
|
|||
randomness (rnd) | float | ||
|
|||
style (st) | unicode | ||
|
|||
thickness (th) | float | ||
Set the thickness of wirnkle creases by setting the dropoff distance on the underlying wires.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list. |
|||
wrinkleCount (wc) | int | ||
|
|||
wrinkleIntensity (wi) | float | ||
|
Derived from mel command maya.cmds.wrinkleContext
Example:
import pymel.core as pm
import maya.cmds as cmds
pm.wrinkleContext( 'wrinkleCtx' )