querying components blendshape weights

querying components blendshape weights

asavaris
Explorer Explorer
767 Views
2 Replies
Message 1 of 3

querying components blendshape weights

asavaris
Explorer
Explorer
hi,

is there a way to query a per-vertex blendshape deformer weight value? The values you can set via sculpt and via component editor, but using MEL.

The percent command returns a // Error: No match to deformer name. //, like it doesn't see the blendShape node as one of the kind it can handle (it works for clusters, for example).

cheers,
Asavaris
0 Likes
768 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
example:

to get the target wight for vertex 54 on a blendShaope with only one target:

getAttr "blendShape1.it.itg.tw";
0 Likes
Message 3 of 3

asavaris
Explorer
Explorer
example:

to get the target wight for vertex 54 on a blendShaope with only one target:

getAttr "blendShape1.it.itg.tw";


inputTarget.inputTargetGroup.targetWeights: thank you so much for the hint!

have a nice day,
asavaris
0 Likes