You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current vscode version 1.18.1 MayaPort extension doesn't work. I get a warning command 'extension.sendMelToMaya' not found. Python has the same issue.
The text was updated successfully, but these errors were encountered:
I got the problem fixed for me. I haven't really any idea about NodeJS, so i cannot really say what changed exactly, but it seems that you can't define a variable more than once in a VSC-extention. Furthermore i haven't GIT (or any idea how to work with that), so i'll post the solution that worked for me here:
open the extention javascript file (windows location: %USERPROFILE%\.vscode\extensions\JonMacey.mayaport-1.0.0\extension.js or check VSC documentation for your system ) and replace the following lines:
With the current vscode version 1.18.1 MayaPort extension doesn't work. I get a warning command 'extension.sendMelToMaya' not found. Python has the same issue.
The text was updated successfully, but these errors were encountered: