Skip to content

Instantly share code, notes, and snippets.

@liorbenhorin
Created March 28, 2018 19:33
Show Gist options
  • Save liorbenhorin/3ef4fba0754b682f81556ce7cad0cc1a to your computer and use it in GitHub Desktop.
Save liorbenhorin/3ef4fba0754b682f81556ce7cad0cc1a to your computer and use it in GitHub Desktop.
snippet to start pipeline from somewhere other then maya scripts directory
import sys
path = 'path/to/where/pipeline/folder/is/located' #<-- change this to your path
sys.path.append(path)
import pipeline
pipeline.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment