- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I’m attempting to get my Python IDE (PyCharm) to code complete Maya Python API 2.0 objects. Since I’m working in the mayapy.exe environment, and including “C:\Program Files\Autodesk\Maya2016\devkit\other\pymel\extras\completion\py\maya” as an additional environment path, I’m getting good solid code completion for all my Maya.cmds and PyMEL objects. Since Pymel is using Maya’s Python API 1.0, I’m getting code completion for that API as well, but for Maya Python API 2.0, I get nothing. I’ve googled, and tried all kind of tricks, including typing up my custom code-complete skeleton files which literally involves me typing up the whole API 2.0 object model hierarchy into doc strings. Although that works, that’s not going to happen – I will have died of old age before getting half way done.
Any pointers? Solutions?
Solved! Go to Solution.