arkan
arkan

Reputation: 663

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

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?

Upvotes: 0

Views: 302

Answers (1)

arkan
arkan

Reputation: 663

skinCluster -e -weight 0.0 -addInfluence "jointName" "SkinClusterName";

Reference documentation

Upvotes: 0

Related Questions