pymel.core.animation.reorderDeformers

reorderDeformers(*args, **kwargs)

This command changes the order in which 2 deformation nodes affect the output geometry. The first string argument is the name of deformer1, the second is deformer2, followed by the list of objects they deform. It inserts deformer2 before deformer1. Currently supported deformer nodes include: sculpt, cluster, jointCluster, lattice, wire, jointLattice, boneLattice, blendShape.

Flags:
  • name : n (unicode) [create]

    This flag is obsolete and is not used. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.reorderDeformers

Previous topic

pymel.core.animation.removeJoint

Next topic

pymel.core.animation.reroot

Core

Core Modules

Other Modules

This Page