Eclipse and Maya 2012

I’ve generated Maya2014 Python Commands autocomplete stub file. Find it here:
http://www.creativecrash.com/maya/downloads/applications/misc/c/eclipse-autocompletion-for-maya-python-api

Again it’s the full documentation; not just command names.

Thx a lot !

@cgjedi if i just renamed this files as *.py and toss them in my site packages, should they work for autocompletion on other editors?

currently im using the autocompleation files that come with pymel in the devkit folder of maya, but those are missing docstrings for most funcitons/methods.

Also i would be very interesed to see, your script for generating this files, since i would love to change the formate of the docStrings to be more like the ones i write for my own code.

I guess you could try it out. Eclipse is the editor I use and I haven’t needed to try any other editor.

I just used BeautifulSoup to get all the info I needed out of the files.