pymel.core.animation.currentTime

currentTime(*args, **kwargs)

When given a time argument (with or without the -edit flag) this command sets the current global time. The model updates and displays at the new time, unless -update offis present on the command line.

Modifications:
  • if no args are provided, the command returns the current time
Flags:
  • update : u (bool) [create]

    change the current time, but do not update the world. Default value is true. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.currentTime

Previous topic

pymel.core.animation.copySkinWeights

Next topic

pymel.core.animation.curveRGBColor

Core

Core Modules

Other Modules

This Page