Sunday, March 29, 2015

Reloading plugins for stubborn Maya plugins that wont startup

I guess I could have put them in the startup maya file on osx, but then my menu is so over friggen crowded. I toyed with making just a plugin menu but, it seems breaky, like it won't stick. Hard maya users know what i mean - well on osx.

Just plug this into a new shelf button's command window.

file -new -force -prompt 0;
unloadPlugin "stretchMesh2014.bundle";
loadPlugin "/Users/Shared/Autodesk/maya/2014/plug-ins/stretchMesh2014.bundle";
SetupMyPlugin();

WARNING: It may close your scene and reload maya all together, doesn't break anything... otherwise.

No comments:

Post a Comment