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 appear in Create mode of commandFlag 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

import maya.cmds as cmds

pm.boxDollyCtx( 'boxDollyContext', ac=False )
# Result: u'boxDollyContext' #

Previous topic

pymel.core.context.blendCtx

Next topic

pymel.core.context.boxZoomCtx

Core

Core Modules

Other Modules

This Page