pymel.core.general.evalDeferred

evalDeferred(*args, **kwargs)

This command takes the string it is given and evaluates it during the next available idle time. It is useful for attaching commands to controls that can change or delete the control.

Flags:
  • evaluateNext : en (bool) []

  • list : ls (bool) [create]

    Return a list of the command strings that are currently pending on the idle queue. Flag can have multiple arguments, passed either as a tuple or a list.

  • lowestPriority : lp (bool) [create]

    Specified that the command to be executed should be deferred with the lowest priority. That is, it will be executed when no other idle events are scheduled.

Derived from mel command maya.cmds.evalDeferred

Previous topic

pymel.core.general.encodeString

Next topic

pymel.core.general.exactWorldBoundingBox

Core

Core Modules

Other Modules

This Page