Create, edit, or query an orbit context.
Flags:
Long Name / Short Name | Argument Types | Properties | |
---|---|---|---|
alternateContext / ac | bool | ||
exists / ex | bool | ||
history / ch | bool | ||
image1 / i1 | unicode | ||
image2 / i2 | unicode | ||
image3 / i3 | unicode | ||
localOrbit / lo | bool | ![]() ![]() ![]() |
|
|
|||
name / n | unicode | ||
orbitScale / os | float | ![]() ![]() ![]() |
|
|
|||
toolName / tn | unicode | ||
Derived from mel command maya.cmds.orbitCtx
Example:
import pymel.core as pm
pm.orbitCtx( 'orbitContext', os=30.0, lo=False )
# Result: u'orbitContext' #