Now includes autocompletion files for Maya Python Commands. Like the files for the Python API, the Python Commands includes the function description, return type and list of flags. This has been generated from the Maya2014 and Maya2012 documentation.
The Eclipse editor and the Pydev plugin (open source) provides a very powerful IDE for Python. The Autocompletion functionality is extremely useful. My goal was to access the Maya Python API through the same autocompletion. However, the .pyc API files from the Maya release do not provide the python introspection attributes required for this.
These stub files are generated from the actual Maya docs and enable full Autocompletion and documentation for the Maya Python API in the Eclipse editor.
New since Sept. 2011, the files have been modified to use the "Predefined" option in Eclipse/Pydev. This is a much easier setup rather than having to deal with the order of module imports (like the older method).
For usage, see the tutorial here on CreativeCrash
https://www.creativecrash.com/maya/tutorials/using-tools-scripts/c/using-eclipse-as-a-maya-ide
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.