-
Notifications
You must be signed in to change notification settings - Fork 11
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
Print statements not appearing in MayaCharm #8
Comments
Hi @kalkoby, The information is available in VSC`s Output window under Maya. |
Hey Karen, And regarding pylint, if you pip install pylint in your current python environment, |
@kalkoby are you still having issues? |
Hello! Sorry I did not reply back to you. I still have an issue but I am using PyCharm. For my debugging, I have to use print statements. I wish there is an interactive debugging between Maya and Python. So far, I have'nt had a luck.
Karen
…________________________________
From: Savio Fernandes <[email protected]>
Sent: Thursday, April 30, 2020 9:18 PM
To: artbycrunk/vscode-maya <[email protected]>
Cc: kalkoby <[email protected]>; Mention <[email protected]>
Subject: Re: [artbycrunk/vscode-maya] Print statements not appearing in MayaCharm (#8)
@kalkoby<https://github.com/kalkoby> are you still having issues?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#8 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABMBZPQTBXV5L63LSNHGS6TRPG6GPANCNFSM4IJ452UQ>.
|
I want to know if there is a way to print the translation information from Maya that I code in Visual Studio Code. I was able to send command to Maya to create some geometry stuffs. I do not see any output from print statements. If I were to run Python embedded in Maya, I would see the print statements. But not the external editor of VSC, your advice will be appreciated. I think the problem is that I was not able to receiving info from Maya to VSC but I was able to send information to Maya.
Thanks in advance
The text was updated successfully, but these errors were encountered: