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
Thanks for making this, unfortunately I am not seeing output in vscode. In the readme it says "The output from maya will be sent back to the debug console".
In maya I run: import maya.cmds as cmds; cmds.commandPort(name=":7002", sourceType="python", echoOutput=True)
then in vscode I run: mayaport to open connection, only the 7001 port is unhappy.
then type: print 'hihi' in a *.py file and hit sendPythonToMaya
And I see the output in the maya script editor, but not in the vscode debug console or output window.
The text was updated successfully, but these errors were encountered:
I have the same issue. There is no feedback in VSCode (debug console or output).
Second thing is that there is no warrning or error messages in Maya Script editor, when I send a incorrect code. It only prints results of correct code.
It would be great if it worked :)
Thanks for making this, unfortunately I am not seeing output in vscode. In the readme it says "The output from maya will be sent back to the debug console".
In maya I run:
import maya.cmds as cmds; cmds.commandPort(name=":7002", sourceType="python", echoOutput=True)
then in vscode I run:
mayaport
to open connection, only the 7001 port is unhappy.then type:
print 'hihi'
in a *.py file and hitsendPythonToMaya
And I see the output in the maya script editor, but not in the vscode debug console or output window.
The text was updated successfully, but these errors were encountered: