Go to: Synopsis. Return value. Flags. Python examples.
walkCtx([crouchCount=float], [walkHeight=float], [walkSensitivity=float], [walkSpeed=float], [walkToolHud=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
walkCtx is undoable, queryable, and editable.
This command can be used to create, edit, or query a walk
context.
string | The name of the context |
In query mode, return type is based on queried flag.
crouchCount, walkHeight, walkSensitivity, walkSpeed, walkToolHud
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.
|
import maya.cmds as cmds
cmds.walkCtx( 'walkContext', ws=2.0 )