Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hdev-moliver/fcb375e469c9f10e0ef5fb2ae9caf53f to your computer and use it in GitHub Desktop.
Save hdev-moliver/fcb375e469c9f10e0ef5fb2ae9caf53f to your computer and use it in GitHub Desktop.
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