Created
October 9, 2017 05:45
-
-
Save RedForty/10a6eef9f08aa016f6e4b68f6184e1fb to your computer and use it in GitHub Desktop.
Working with maya.env environment variables
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
import os | |
# os.environ is a dict. Key is variable name and value is value. | |
print os.environ['MAYA_PLUG_IN_PATH'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment