Connect Autodesk Maya and Pycharm IDE using MayaCharm


https://i.ytimg.com/vi/DbIx3ds3Y4E/hqdefault.jpg



Connect Autodesk Maya and Pycharm IDE using MayaCharm Plugin
you need to set your project interpreter to C:Program FilesAutodeskMaya2019binmayapy.exe then restart IDE you should see SDK

Thanks for watching.

Do not forget to leave a comment below.
your feedback is very important for me.
Please like and share share this video with your friends to spread the knowledge with others.

Subscribe VFX Pipeline on YouTube
https://www.youtube.com/vfxpipeline

Like VFX Pipeline on Facebook
https://www.facebook.com/vfxpipeline

Download Free Source Codes from GitHub
https://www.github.com/vfxpipeline

source


17 responses to “Connect Autodesk Maya and Pycharm IDE using MayaCharm”

  1. Doesn't work.
    Doesn't attach to process automatically (so no output from Maya is sent back to PyCharm) and even if you attach manually, the debug icon (ladybug) is always greyed out.
    Your run script executes fully and any breakpoints inside functions and classes are ignored.
    This was tested with PyCharm 2019.2 and Maya 2020 with the latest MayaCharm.

  2. Hi, thanks for the video, it really helps out but I'm running into an issue and don't quite get how to solve it. The debugger doesn't work, when I click on the icon it says at the bottom "Attaching to Maya process with a PID=2536".

    On the maya log I get this messege:
    # Traceback (most recent call last):

    # AttributeError: 'PyDB' object has no attribute 'dispose_and_kill_all_pydevd_threads'

    # py_db.dispose_and_kill_all_pydevd_threads(wait=False)

    Got any ideas? It's really slow scripting without it and I would appreciate any help I can get.

  3. Anyone having trouble with this I found that if I had that empty line between the 'import' and the 'if not' in the maya userSetup.py like he shows in the video it didn't work.Remove the empty line and it worked! You can test by copy/pasting those lines into the maya python window – you will see the same error if you don't remove the empty line – don't know why. But finally it's working. Good video though, there was a lot of setup in this process so I can see how it's different for everyone.

Leave a Reply