pymel.core.context.skinBindCtx¶
- skinBindCtx(*args, **kwargs)¶
This command creates a tool that can be used to edit volumes from an interactive bind.
Flags:
Long Name / Short Name Argument Types Properties about / a unicode The space in which the axis should be mirrored. Valid values are: worldand object. axis / ax unicode The mirror axis. Valid values are: x,y, and z. colorRamp / cr unicode Set the values on the color ramp used to display the weight values. currentInfluence / ci int Set the index of the current influence or volume to be adjusted by the manipulator. 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 Display raw select weights (false) or finalized normalized weights (true). exists / ex bool Returns true or false depending upon whether the specified object exists. Other flags are ignored. falloffCurve / fc unicode Set the values on the falloff curve control. history / ch bool If this is a tool command, turn the construction history on for the tool in question. image1 / i1 unicode First of three possible icons representing the tool associated with the context. image2 / i2 unicode Second of three possible icons representing the tool associated with the context. image3 / i3 unicode Third of three possible icons representing the tool associated with the context. name / n unicode If this is a tool command, name the tool appropriately. symmetry / s bool Controls whether or not the tool operates in symmetric (mirrored) mode. tolerance / t float The tolerance setting for determining whether another influence is symmetric to the the current influence. Flag 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' #