Go to: Synopsis. Return value. Related. Flags. MEL examples.
wrinkle [-axis linear linear linear] [-branchCount uint] [-branchDepth uint] [-center linear linear linear] [-crease string] [-dropoffDistance linear] [-envelope linear] [-randomness linear] [-style string] [-thickness linear] [-uvSpace linear linear linear linear linear] [-wrinkleCount uint] [-wrinkleIntensity linear]
objects
wrinkle is undoable, NOT queryable, and NOT editable.
The wrinkle command is used to create a network of wrinkles on a surface. It automatically creates a network of wrinkle curves that control a wire deformer. The wrinkle curves are attached to a cluster deformer.string |
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-style(-st)
|
string
|
|||
|
||||
-center(-ct)
|
linear linear linear
|
|||
|
||||
-axis(-ax)
|
linear linear linear
|
|||
|
||||
-dropoffDistance(-dds)
|
linear
|
|||
|
||||
-wrinkleCount(-wc)
|
uint
|
|||
|
||||
-branchCount(-brc)
|
uint
|
|||
|
||||
-branchDepth(-bd)
|
uint
|
|||
|
||||
-wrinkleIntensity(-wi)
|
linear
|
|||
|
||||
-envelope(-en)
|
linear
|
|||
|
||||
-randomness(-rnd)
|
linear
|
|||
|
||||
-thickness(-th)
|
linear
|
|||
|
||||
-uvSpace(-uv)
|
linear linear linear linear linear
|
|||
|
||||
-crease(-cr)
|
string
|
|||
|
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 be used more than once in a command. |
// Apply radial wrinkles to a sphere: sphere; wrinkle -st radial -wc 3 -brc 2 -bd 0 -th 1 -rnd 0.2 -wi 0.5 -uv 2.0 4.0 0.0 2.0 4.0 nurbsSphere1; // Apply a 5-line tangential wrinkle to a plane: nurbsPlane -w 50 -u 20 -v 20; wrinkle -st lines -wc 5 -th 1.0 -rnd 0.2 -wi 0.5 -uv 1.0 1.0 0.0 0.5 0.5 nurbsPlane1;