pymel.core.animation.volumeBind

volumeBind(*args, **kwargs)

Command for creating and editing volume binding nodes. The node is use for storing volume data to define skin weighting data.

Flags:

Long Name / Short Name Argument Types Properties
influence / inf unicode ../../../_images/query.gif ../../../_images/edit.gif
  Edit or Query the list of influences connected to the skin cluster.
name / n unicode ../../../_images/create.gif
  Used to specify the name of the node being created. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.volumeBind

Example:

import pymel.core as pm

pm.volumeBind();