Pardon the language folks. I thought I replied directly to Mike. :\
On Wednesday, July 16, 2014 9:44:14 AM, Eric Thivierge wrote:
Hey Mike, Good luck with this. It's an utter cluster fuck. :\ There are two things I think you'll need to manage: Maya.env ===================== Location: C:\Users\ethivierge\Documents\maya\2014-x64\Maya.env File contents: MAYA_MODULE_PATH=U:\PROD\Creation Platform\Splice\maya\1.11\FabricSpliceMaya2014SP3; This is in mine currently. That is pointing to locations with Maya plugins in them. userSetup.py ===================== Location: C:\Users\ethivierge\Documents\maya\2014-x64\scripts\userSetup.py File contents: import sys sys.path.append("D:\dev") This adds Python folders to the Maya python path. Hope that helps. The setup of this kind of configuration is still confusing to me and I don't fully understand it. Best, Eric T. On Wednesday, July 16, 2014 9:33:56 AM, md wrote:Hey Guys, I am sure this is an*RTFM* question ... but can anyone point me to instructions on setting up a network repository for scripts and shelves I want to auto-load on all our workstations ? I will continue to read the docs, but thought someone here might be able to give me direct information. Thanks M -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/248ba126-108f-4d39-964c-1e1c311ceb14%40googlegroups.com <https://groups.google.com/d/msgid/python_inside_maya/248ba126-108f-4d39-964c-1e1c311ceb14%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/53C6828D.6060709%40hybride.com. For more options, visit https://groups.google.com/d/optout.
