Create, edit, or query an orbit context.
| 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' #