Hi, this is the code I use for my Maya.env accross multiple machines, to keep stuff in sync using Google Drive. It is not exactly a network repository but it gets the job done :P
// Note: shelves appear to not work properly (load but empty) if MAYA_SHELF_PATH //is not defined before MAYA_SCRIPT_PATH */ //Windows syntax //SHARED_PATH = D:\GoogleDrive\Maya\shared_folder //MAYA_SHELF_PATH = %SHARED_PATH%\shelves //MAYA_SCRIPT_PATH = %SHARED_PATH%\scripts //XBMLANGPATH = %SHARED_PATH%\icons //PYTHONPATH = %SHARED_PATH%\pythonpath //Mac syntax SHARED_PATH = /Users/Gabriele/GoogleDrive/Maya/shared_folder MAYA_SHELF_PATH = $SHARED_PATH/shelves MAYA_SCRIPT_PATH = $SHARED_PATH/scripts XBMLANGPATH = $SHARED_PATH/icons PYTHONPATH = $SHARED_PATH/pythonpath //Required to load custo userSetup.py On Wednesday, 16 July 2014 15:33:56 UTC+2, 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/b0a0814b-62e8-4787-b89d-b374a4fba2ae%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
