Created
March 30, 2019 21:02
-
-
Save RedForty/0c909799acc3836ad13a5df9192c6cbc to your computer and use it in GitHub Desktop.
Resets the camera behavior in Maya.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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