Substance plug-in won't load. When I click the checker in the plug-in manager nothing happens. I can check auto load but when Maya is restarted auto load is unchecked.
The Substance tab is showing but I only get errors when clicking on the icons, the only icon that is working is "create a substance node", a "place2dTexture"-node is then created.
This is what happens when I click "load" in the plug-in manager
waitCursor -state on; $ignoreUpdateCallback = true; catch(`loadPlugin "C:/Program Files/Autodesk/Maya2014/substance/plug-ins/Substance.mll"`); updatePluginUI( "50" ); $ignoreUpdateCallback = false; waitCursor -state off;
// Error: Unable to dynamically load : C:/Program Files/Autodesk/Maya2014/substance/plug-ins/Substance.mll
The specified procedure could not be found.
//
// Error: The specified procedure could not be found.
(Substance) //
updatePluginCallback();
When I go to the folder Substance.mll is there.
I'm on Extension for Maya 2014 SP1