pymel.core.context.boxDollyCtx — PyMEL 1.0.7 documentation

pymel.core.context.boxDollyCtx

boxDollyCtx(*args, **kwargs)

This command can be used to create, edit, or query a dolly context.

Flags:

Long Name / Short Name Argument Types Properties
alternateContext / ac bool ../../../_images/create.gif ../../../_images/query.gif ../../../_images/edit.gif
 
Set the ALT+CRL+LMB to refer to this context. Flag can have multiple arguments, passed either as a tuple or a list.
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' #

Previous topic

pymel.core.context.blendCtx

Next topic

pymel.core.context.boxZoomCtx

Core Modules

Type Modules

Other Modules

This Page