Controls the softMod context.
| Long name (short name) | Argument Types | Properties | |
|---|---|---|---|
| dragSlider (ds) | unicode |
|
|
|
|||
| exists (ex) | bool |
|
|
|
|||
| falseColor (fc) | bool |
|
|
Enable or disable false color display on the soft mod manipulator.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list. |
|||
| image1 (i1) | unicode |
|
|
| image2 (i2) | unicode |
|
|
| image3 (i3) | unicode |
|
|
|
|||
| reset (rst) | bool |
|
|
|
|||
Derived from mel command maya.cmds.softModCtx
Example:
import pymel.core as pm
import maya.cmds as cmds
pm.softModCtx()
# Result: u'softModCtx1' #