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) bool ../../../_images/query.gif ../../../_images/edit.gif
 

Edit or Query the list of influences connected to the skin cluster.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

name (n) unicode  
   

Derived from mel command maya.cmds.volumeBind

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.volumeBind();

Previous topic

pymel.core.animation.ubercam

Next topic

pymel.core.animation.wire

Core

Core Modules

Other Modules

This Page