Go to: Synopsis. Return value. Python examples.

Synopsis

findDeformers( [objects...] )

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

findDeformers is undoable, NOT queryable, and NOT editable.

This command finds all deformers for the specified shape(s).

If no shapes are specified on the command then the curently selected shapes are used.

Return value

None

Python examples

import maya.cmds as cmds

cmds.findDeformers('ball')