pymel.core.animation.findDeformers¶
- findDeformers(*args, **kwargs)¶
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.
Derived from mel command maya.cmds.findDeformers
Example:
- ::
import pymel.core as pm
pm.findDeformers(‘ball’)