pymel.core.context.walkCtx — PyMEL 1.0.7 documentation

pymel.core.context.walkCtx

walkCtx(*args, **kwargs)

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 ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
 
The camera crouch count. Flag can have multiple arguments, passed either as a tuple or a list.
exists / ex bool  
   
history / ch bool  
   
image1 / i1 unicode  
   
image2 / i2 unicode  
   
image3 / i3 unicode  
   
name / n unicode  
   
toolName / tn unicode  
   
walkHeight / wh float ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
 
The camera initial height.
walkSensitivity / wsv float ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
 
The camera rotate sensitivity.
walkSpeed / ws float ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
 
The camera move speed.
walkToolHud / wth bool ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
 
Control whether show walk tool HUD.

Derived from mel command maya.cmds.walkCtx

Example:

::

import pymel.core as pm

pm.walkCtx( ‘walkContext’, ws=2.0 )

Previous topic

pymel.core.context.view2dToolCtx

Next topic

pymel.core.context.wireContext

Core Modules

Type Modules

Other Modules

This Page