tymznd
11-19-2003, 10:32 PM
So far the only way I see of extracting what type of deformer is in use is by querying the shape node:
nodeType squash1HandleShape;
// Result: deformSquash //
.... but my issue with this is that I am now trying to duplicate that setup.... so.... I need to end up to be able to say:
nonLinear -type squash;
.... which means that I need to extract the "Squash" from the returned "deformSquash" and then make sure it's lower case "squash"....
DOES ANYONE KNOW OF AN EASIER WAY TO DO THIS?
nodeType squash1HandleShape;
// Result: deformSquash //
.... but my issue with this is that I am now trying to duplicate that setup.... so.... I need to end up to be able to say:
nonLinear -type squash;
.... which means that I need to extract the "Squash" from the returned "deformSquash" and then make sure it's lower case "squash"....
DOES ANYONE KNOW OF AN EASIER WAY TO DO THIS?
