pymel.core.animation.effector

effector(*args, **kwargs)

The effector command is used to set the name or hidden flag for the effector. The standard edit (-e) and query (-q) flags are used for edit and query functions.

Flags:
  • hide : hi (bool) [create,query,edit]

    Specifies whether to hide drawing of effector if attached to a handle. Flag can have multiple arguments, passed either as a tuple or a list.

  • name : n (unicode) [create,query,edit]

    Specifies the name of the effector.

Derived from mel command maya.cmds.effector

Previous topic

pymel.core.animation.dropoffLocator

Next topic

pymel.core.animation.enableDevice

Core

Core Modules

Other Modules

This Page