Go to: Synopsis. Flags. Return value. Python examples.
orbitCtx([localOrbit=boolean], [orbitScale=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
orbitCtx is undoable, queryable, and editable.
Create, edit, or query an orbit context.| Long name (short name) | [argument types] | Properties | ||
|---|---|---|---|---|
orbitScale(os)
|
boolean
|
|
||
|
||||
localOrbit(lo)
|
boolean
|
|
||
|
||||
import maya.cmds as cmds cmds.orbitCtx( 'orbitContext', os=30.0, lo=False )