Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no output to vscode debug console? #2

Open
robomojo opened this issue Sep 12, 2016 · 2 comments
Open

no output to vscode debug console? #2

robomojo opened this issue Sep 12, 2016 · 2 comments

Comments

@robomojo
Copy link

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
Copy link

If that is possible, i will feel very happy.

@dpajda
Copy link

dpajda commented May 13, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants