I believe my problem is the same as described here:
https://forum.allegorithmic.com/index.php/topic,23427.0.htmlI performed a clean Maya install, and manually added the plug-in for Substance. I also had to manually change the "Maya.env" file to point to the folders where the plug-in is saved on my computer. It loads the plug-in properly (I can verify that through the plug-in manager in maya showing the correct directory, as well as the "substance" tab on the toolbar in maya) but something is wrong and I'm unable to use it. When I go to create the material, I browse and select my .sbsar file but when I try and "refresh" the node by clicking off of it and back on (as described in the "Substance in Maya" video from the Allegorithmic Youtube channel, at about 5:02), mine doesn't update. The "substance file" line remains blank, but when I click "reload" the file shows up in the bar - the texture sample remains black. If I click "create shader network" it says that no substance node could be automagically connected.
The command line shows an error when I do this, saying:
# Error: file: A:/MAYA/MAYA SUBSTANCE PLUGIN/plug-ins/substance/scripts/AEsubstanceTemplate.mel line 1898: ImportError: file <maya console> line 1: cannot import name UpdateGUI_TextureSettings_Workflow # The "A:/Maya/etc." directory is where I installed the plugin, so the bin, icon, plug-ins, and scripts folders are there. I thought it was strange to edit the Maya.env file to point to Icons, plugins, and scripts, but not to bin - but I was following the Autodesk plugins guide and it didn't say anything about the bin folder or what to do with the .dll files inside it.
This is the link to Autodesk's guide for installing plugins:
https://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/Maya/files/GUID-FA51BD26-86F3-4F41-9486-2C3CF52B9E17-htm.htmlI don't know anything about code so the error is over my head, but I've asked a friend and looked online at other errors and my only guess is that a file is missing, not in the correct directory, or not being called by the plug-in properly - but I'm just guessing.