pymel.core.animation.listAnimatable

listAnimatable(*args, **kwargs)

This command list the animatable attributes of a node. Command flags allow filtering by the current manipulator, or node type.

Modifications:
  • returns an empty list when the result is None
  • returns wrapped classes
Flags:
  • active : act (bool) [create]

    This flag is obsolete and no longer supported.

  • manip : m (bool) [create]

    Return only those attributes affected by the current manip. If there is no manip active and any other flags are specified, output is the same as if the -manipflag were not present.

  • manipHandle : mh (bool) [create]

    Return only those attributes affected by the current manip handle. If there is no manip handle active and any other flags are specified, output is the same as if the -manipHandleflag were not present.

  • shape : s (bool) [create]

    This flag is obsolete and no longer supported. Flag can have multiple arguments, passed either as a tuple or a list.

  • type : typ (bool) [create]

    Instead of returning attributes, Return the types of nodes that are currently animatable.

Derived from mel command maya.cmds.listAnimatable

Previous topic

pymel.core.animation.lattice

Next topic

pymel.core.animation.marker

Core

Core Modules

Other Modules

This Page