Go to: Synopsis. Flags. Return value. Python examples.
latticeDeformKeyCtx(
contextName
, [ev=float], [exists=boolean], [history=boolean], [image1=string], [image2=string], [image3=string], [lc=int], [lr=int], [name=string], [slp=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
latticeDeformKeyCtx is undoable, queryable, and editable.
This command creates a context which may be used to
deform key frames with lattice manipulator. This context
only works in the graph editor.
ev, exists, history, image1, image2, image3, lc, lr, name, slp
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 have multiple arguments, passed either as a tuple or a list.
|
string
import maya.cmds as cmds
# Create a lattice manipulator with 4 x 4 lattice.
#
cmds.latticeDeformKeyCtx( 'latticeContex', latticeColumns=4, latticeRows=4 )
Return to Autodesk Index