NCCA / mayaport

MIT License
14 stars 6 forks source link

no output to vscode debug console? #2

Open robomojo opened 8 years ago

robomojo commented 8 years ago

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.

pabloemmanueldeleo commented 7 years ago

If that is possible, i will feel very happy.

dpajda commented 7 years ago

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 :)