Type Annotated Stubs for Autodesk Maya's python APIs
Project description
Maya Stubs
Type Annotated Stubs for Autodesk Maya's python APIs
Goals
Provide fully type annotated stubs for maya.cmds and OpenMaya 1.0 & 2.0
Status
Note that is very much in progress and it is unlikely that the stubs will ever be perfect.
At this point, even if some of the maya.cmds
annotations are wrong/misleading, I would consider it a better experience than using the stubs from the devkit.
The stubs from OpenMaya 1.0 and 2.0 are very minimal and only have *args, **kwargs
signatures, which should be pretty close to the devkit stubs.
- 🚧 maya.cmds: In Progress
- Stubs for all commands.
- Accurate Arguments signatures for most commands.
Parsed from the HTML Docs or the synopsys from
cmds.help("command")
- Accurate Positional Only Arguments for most command.
- Accurate Return types on most commands
- Docstrings.
- Accurate Arguments signatures all commands.
- Accurate Return types all most commands
- 🚧 OpenMaya 1.0: Incomplete
- Stubs for all members
- Accurate Argument Signatures
- Return Types
- Docstrings.
- 🚧 OpenMaya 2.0: Incomplete
- Stubs for all members
- Accurate Argument Signatures
- Return Types
- Docstrings.
Installation
You can get the stubs with one of two ways:
- Run
pip install maya-stubs
from the python executable used by your IDE. - Download them manually from the Github releases and let your IDE know of their location.
Notes
PyCharm maya.cmds completion
PyCharm users may not see code completion for maya.cmds
as the editor limits code insight features by default on files over 2.5 MB for performance reasons. Currently the cmds stub is over this limit.
This value can be increased in PyCharm's properties, accessible via the Help > Edit Custom Properties
menu.
Code completion should work after adding the line below to the properties file and restarting PyCharm. This example overrides the default value from 2.5 MB to 10 MB. The value may be customized as needed, but keep in mind it can affect editor performance.
idea.max.intellisense.filesize = 10000
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for maya_stubs-0.4.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d17e4b5bfced49d333991a1df0815c3eb159fce88fce0b23cb5e10d53d3480a7 |
|
MD5 | 2c1bfe7a9d5a95bce205fa2b29aba490 |
|
BLAKE2b-256 | 9fce3b4b049140e19df5735adee90087db05f46558dad7a46ada684318c0e63a |