How to add a joint to an existing skin cluster and set weights to zero with Maya MEL

90 views Asked by At

In Maya how do you add a joint influence to an existing skin cluster and set that joint skin weight to 0 using MEL script?

1

There are 1 answers

0
arkan On
skinCluster -e -weight 0.0 -addInfluence "jointName" "SkinClusterName";

Reference documentation