Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
geomBind [-bindMethod uint] [-falloff float] [-geodesicVoxelParams uint boolean] [-maxInfluences int]
geomBind is undoable, queryable, and editable.
This command is used to compute weights using the GeomBind lib.None
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-bindMethod(-bm)
|
uint
|
|
||
|
||||
-falloff(-fo)
|
float
|
|
||
|
||||
-geodesicVoxelParams(-gvp)
|
uint boolean
|
|
||
|
||||
-maxInfluences(-mi)
|
int
|
|
||
|
||||
// Compute geodesic voxel weights for skinCluster1 and skinCluster2. This // command will create a geomBind node connected to the two skinClusters // and their common bind pose. The geomBind node will maintain the // geodesic voxel binding parameters used (ie: falloff, resolution, etc.) // geomBind -bm 0 -fo 0 -mi 5 skinCluster1 skinCluster2 ;