Skip to content

Instantly share code, notes, and snippets.

@RedForty
Created March 30, 2019 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RedForty/0c909799acc3836ad13a5df9192c6cbc to your computer and use it in GitHub Desktop.
Save RedForty/0c909799acc3836ad13a5df9192c6cbc to your computer and use it in GitHub Desktop.
Resets the camera behavior in Maya.
# Reset the cameras
from maya import mel
mel.eval("resetTool tumbleContext;")
mel.eval("resetTool trackContext;")
mel.eval("resetTool dollyContext;")
mel.eval("resetTool boxZoomContext;")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment