Created
August 8, 2016 21:46
-
-
Save hdev-moliver/fcb375e469c9f10e0ef5fb2ae9caf53f to your computer and use it in GitHub Desktop.
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
if multi_launchapp.get_setting("engine") == "tk-maya": #Maya Launcher Settings | |
os.environ["MY_VAR"] ="VALUE" | |
elif multi_launchapp.get_setting("engine") == "tk-nuke": #Nuke Launcher Settings | |
tank.util.prepend_path_to_env_var("NUKE_PATH", "path to NukePATH location") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment