pymel.core.nodetypes.GeomBind — PyMEL 1.0.7 documentation

pymel.core.nodetypes.GeomBind

Inheritance diagram of GeomBind

class GeomBind(*args, **kwargs)

class counterpart of mel function geomBind

This command is used to compute weights using the GeomBind lib.

MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))
MdgTimerMetric = Enum( EnumValue('MdgTimerMetric', 0, 'metric_callback'), EnumValue('MdgTimerMetric', 1, 'metric_compute'), EnumValue('MdgTimerMetric', 2, 'metric_dirty'), EnumValue('MdgTimerMetric', 3, 'metric_draw'), EnumValue('MdgTimerMetric', 4, 'metric_fetch'), EnumValue('MdgTimerMetric', 5, 'metric_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, 'metric_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, 'metric_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, 'metric_computeNotDuringCallback'), EnumValue('MdgTimerMetric', 9, 'metrics'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, 'type_self'), EnumValue('MdgTimerType', 1, 'type_inclusive'), EnumValue('MdgTimerType', 2, 'type_count'), EnumValue('MdgTimerType', 3, 'types'))
getFalloff(**kwargs)

Falloff controlling the bind stiffness. Valid values range from [0..1].

Derived from mel command maya.cmds.geomBind

getGeodesicVoxelParams(**kwargs)

Specifies the geodesic voxel binding parameters. This flag is composed of three parameters: 0 - Maximum voxel grid resolution which must be a power of two. (ie. 64, 128, 256, etc. ) 1 - Performs a post voxel state validation when enabled. Default values are 256 true. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.geomBind

getMaxInfluences(**kwargs)

Specifies the maximum influences a vertex can have. By default, all influences are used (-1).

Derived from mel command maya.cmds.geomBind

setFalloff(val=True, **kwargs)

Falloff controlling the bind stiffness. Valid values range from [0..1].

Derived from mel command maya.cmds.geomBind

setGeodesicVoxelParams(val=True, **kwargs)

Specifies the geodesic voxel binding parameters. This flag is composed of three parameters: 0 - Maximum voxel grid resolution which must be a power of two. (ie. 64, 128, 256, etc. ) 1 - Performs a post voxel state validation when enabled. Default values are 256 true. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.geomBind

setMaxInfluences(val=True, **kwargs)

Specifies the maximum influences a vertex can have. By default, all influences are used (-1).

Derived from mel command maya.cmds.geomBind