Go to: Synopsis. Flags. Return value. Python examples.
tumbleCtx([alternateContext=boolean], [autoOrthoConstrain=boolean], [localTumble=boolean], [orthoLock=boolean], [orthoStep=float], [tumbleScale=float])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
tumbleCtx is undoable, queryable, and editable.
This command can be used to create, edit, or query a tumble
context.
alternateContext, autoOrthoConstrain, localTumble, orthoLock, orthoStep, tumbleScale
| Long name (short name) |
[argument types] |
Properties |
alternateContext(ac)
|
boolean
|
|
|
Set the ALT+LMB and ALT+SFT+LMB to refer to this context.
|
|
tumbleScale(ts)
|
float
|
|
|
Set the rotation speed. A tumble scale of 1.0 will result in
in 40 degrees of rotation per 100 pixels of cursor drag.
|
|
localTumble(lt)
|
boolean
|
|
|
The camera will tumble around its center of interest if on,
and its tumble pivot if off.
|
|
autoOrthoConstrain(aoc)
|
boolean
|
|
|
Automatically constrain horizontal and vertical rotations when
the camera is orthographic. The shift key can be used to
unconstrain the rotation.
|
|
orthoStep(os)
|
float
|
|
|
Specify the angular step in degrees for orthographic
rotation. If camera is orthographic and autoOrthoConstrain is
toggled on the rotation will be stepped by this amount.
|
|
orthoLock(ol)
|
boolean
|
|
|
Orthographic cameras cannot be tumbled while orthoLock is on.
|
|
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.
|
None
import maya.cmds as cmds
cmds.tumbleCtx( 'tumbleContext', ts=1.0, lt=False, ac=False, ol=True )
Return to Autodesk Index