I'm trying to remove unwanted blendshapes from a blendshape Node, but I'm having trouble with this very seemingly simple operation.
I've read through the documentation for the Remove BlendShape window and the blendShape node, but get errors when I try to remove the unwanted blendshapes.
If I use the Remove Blendshape dialog box, I get the error:
CODE
// Error: 'blendshape1' not a DAG item. //
If I try:
CODE
blendShape -e -rm -g frown blendshape1;
nothing happens, not even an error message...
Am I going about this the wrong way?
Using 8.5
Thanks
QUOTE
I discovered that my problem is that the individual blendShape target names don't match the original geometry names anymore. For example, what is listed as "smile" under the node blendshape1 is linked to a mesh object called "head_smile". Is there a way to trace the blendshape targets back to the geometry that created it?