Re: [Maya-Python] where is does maya source the python scripts from.

2017-09-10 Thread Robert White
Try that with a userSetup.py instead of .mel. Otherwise, yes that should work. On Sunday, September 10, 2017 at 7:49:40 PM UTC-5, jettam wrote: > > I made a userSetup.mel file, and placed it here: > C:\Users\justin\Documents\maya\2017\scripts\userSetup.mel > In this file I added this text:

Re: [Maya-Python] where is does maya source the python scripts from.

2017-09-10 Thread jettam
I made a userSetup.mel file, and placed it here: C:\Users\justin\Documents\maya\2017\scripts\userSetup.mel In this file I added this text: *import sys* *sys.path.insert(0, "E:/ProfessionalDevelopment/python/Introduction to Python Scripting in Maya/cgcircuitPython") * Should this work? Whe