Hi I am noob to maya python and looking for help / guide.
Basically I am running a module located here --->
Documents\maya\modulesIn here is a file called ; mytool.mod
Inside this file is this command line that points to my server and initiates userSetup.py
+ moduleName 1.0 \\192.00.00.00\cg\tools\scripts\maya\MyTools
In my server directory inside the userSetup.py file.
I am trying to automatically initiate a custom shelf with any button of my choice in there that initiates python / mel scripts in my server directory above.
I am just simply trying to share scripts and have a small team run on the same scripts in that server.
Any help on this matter or sample scripts that can point me to the right direction would be a great help. Or any other ways to run scripts that are shared on a server would be a great help
Cheers,
Chris