Open robomojo opened 8 years ago
If that is possible, i will feel very happy.
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.