Go to: Synopsis. Return value. MEL examples.

Synopsis

findRelatedDeformer (string $obj)

Script for finding the deformers that deform the specified shape.

Return value

None

MEL examples

 // To find the deformers for a shape called "johnBoy", type:

 findRelatedDeformer("johnBoy");