pymel.core.general.timeCode

timeCode(*args, **kwargs)

Use this command to query and set the time code information in the file

Flags:
  • mayaStartFrame : msf (float) [create,query,edit]

    Sets the Maya start time of the time code, in frames. In query mode, returns the Maya start frame of the time code. Flag can have multiple arguments, passed either as a tuple or a list.

  • productionStartFrame : psf (float) [create,query,edit]

    Sets the production start time of the time code, in terms of frames. In query mode, returns the sub-second frame of production start time.

  • productionStartHour : psh (float) [create,query,edit]

    Sets the production start time of the time code, in terms of hours. In query mode, returns the hour of production start time.

  • productionStartMinute : psm (float) [create,query,edit]

    Sets the production start time of the time code, in terms of minutes. In query mode, returns the minute of production start time.

  • productionStartSecond : pss (float) [create,query,edit]

    Sets the production start time of the time code, in terms of seconds. In query mode, returns the second of production start time.

Derived from mel command maya.cmds.timeCode

Previous topic

pymel.core.general.threadCount

Next topic

pymel.core.general.toggle

Core

Core Modules

Other Modules

This Page