This command creates a tool that can be used to edit volumes from an interactive bind.
| Long name (short name) | Argument Types | Properties | |
|---|---|---|---|
| about (a) | unicode |
|
|
|
|||
| axis (ax) | unicode |
|
|
|
|||
| colorRamp (cr) | unicode |
|
|
|
|||
| currentInfluence (ci) | int |
|
|
|
|||
| displayInactiveMode (di) | int |
|
|
Determines the display mode for drawing volumes that are not selected, in particular which volume cages if any are displayed. 0 - None 1 - Nearby volumes 2 - All volumes |
|||
| displayNormalized (dn) | bool |
|
|
|
|||
| exists (ex) | bool |
|
|
|
|||
| falloffCurve (fc) | unicode |
|
|
|
|||
| history (ch) | bool |
|
|
|
|||
| image1 (i1) | unicode |
|
|
| image2 (i2) | unicode |
|
|
| image3 (i3) | unicode |
|
|
|
|||
| name (n) | unicode |
|
|
|
|||
| symmetry (s) | bool |
|
|
|
|||
| tolerance (t) | float |
|
|
The tolerance setting for determining whether another influence is symmetric to the the current influence.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list. |
|||
Derived from mel command maya.cmds.skinBindCtx
Example:
import pymel.core as pm
pm.skinBindCtx( 'skinBindContext' )
# Result: u'skinBindContext' #