Hi everyone!
Today I would like to share with you all, a tool I use on daily basis for my developing in Maya for API, Fabric Enging and Python.
Developing for example maya plugins force the user to close and reopen maya every time he compiles a new version of the plugin also open again a test scene and so on.
What the tool does is letting the user to create a session which is a collection of actions that can be stacked on top of each other and each one of them does something to contribute to the final setup of the scene, for example on action loads the plugin, another one loads the test scene and in the end last action kicks another maya in background for next iteration of the plugin.
The project is open source so you can download the code from the below link.
It s the first public release so there might be some sharp edges here and there.
https://github.com/giordi91/masterreload
Here is the doc:
And finally here a demo of the tool in action:
[VIMEO]107648350[/VIMEO]
Please let me know any feedback you might have, It will help me make the tool better
Cheers
M.