Skip to content

Instantly share code, notes, and snippets.

@Ravenstine
Created April 20, 2017 17:38
Show Gist options
  • Save Ravenstine/c9facdfa58bae4cb6c34f3f6d9c2ec89 to your computer and use it in GitHub Desktop.
Save Ravenstine/c9facdfa58bae4cb6c34f3f6d9c2ec89 to your computer and use it in GitHub Desktop.
Print current time on every frame advance in Autodesk Maya
import maya.cmds as cmds
cmds.expression(n='expressionName', s='currentTime -query;')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment