This command creates a context which may be used to deform key frames with lattice manipulator. This context only works in the graph editor.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
envelope (ev) | float | ||
|
|||
exists (ex) | bool | ||
|
|||
history (ch) | bool | ||
|
|||
image1 (i1) | unicode | ||
image2 (i2) | unicode | ||
image3 (i3) | unicode | ||
|
|||
latticeColumns (lc) | int | ||
|
|||
latticeRows (lr) | int | ||
|
|||
name (n) | unicode | ||
|
|||
scaleLatticePts (slp) | bool | ||
Specifies if the selected lattice points should scale around the pick point. If this value is false the the default operation is ‘move’ Flag can have multiple arguments, passed either as a tuple or a list. |
Derived from mel command maya.cmds.latticeDeformKeyCtx
Example:
import pymel.core as pm
# Create a lattice manipulator with 4 x 4 lattice.
#
pm.latticeDeformKeyCtx( 'latticeContex', latticeColumns=4, latticeRows=4 )
# Result: u'latticeContex' #