Whenever I try to create a new Maya Plugin through the MayaPluginWizard, a couple script errors pop up and the wizard does not display correctly. I am using Maya 2016 and Visual Studio 2015. The files for the wizard are in the directories specified in the directions. I even updated the MayaPlugWizard.vsz file to 14 instead of 11. I click on Yes and I end up with a Wizard that is not displayed correctly. See attached. Any help is appreciated.
This is now resolved. If anyone has the same issue, go into the MayaPluginWizard and right click on each .htm, .js and .css file and unblock. You have to do this for each one .
I have the same issue ! but it's very strange that I didn't experience this problem with same version of maya and VS in another PC !
mayebe you can do like this : find the htm file like this path:"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\VCWizards\MayaPluginWizard\MayaPluginWizard\HTML\1033" open it with a text editor such as Sublime text or Notepad++ find this function "setDirection()" and add a "document" in the () like "setDirection(document)" and save it . you need change all of three htm file!
hope for use!
Can't find what you're looking for? Ask the community or share your knowledge.