This command can be used to create, edit, or query a dolly 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 | ||
| name (n) | unicode | ||
| toolName (tn) | unicode | ||
Derived from mel command maya.cmds.boxDollyCtx
Example:
import pymel.core as pm
pm.boxDollyCtx( 'boxDollyContext', ac=False )
# Result: u'boxDollyContext' #