This command can be used to create, edit, or query a walk context.
Flags:
Long Name / Short Name | Argument Types | Properties | |
---|---|---|---|
alternateContext / ac | bool | ||
crouchCount / wcc | float | ![]() ![]() ![]() |
|
|
|||
exists / ex | bool | ||
history / ch | bool | ||
image1 / i1 | unicode | ||
image2 / i2 | unicode | ||
image3 / i3 | unicode | ||
name / n | unicode | ||
toolName / tn | unicode | ||
walkHeight / wh | float | ![]() ![]() ![]() |
|
|
|||
walkSensitivity / wsv | float | ![]() ![]() ![]() |
|
|
|||
walkSpeed / ws | float | ![]() ![]() ![]() |
|
|
|||
walkToolHud / wth | bool | ![]() ![]() ![]() |
|
|
Derived from mel command maya.cmds.walkCtx
Example:
import pymel.core as pm
pm.walkCtx( ‘walkContext’, ws=2.0 )