The goal of this project is to generate a fully typed stub for the maya.cmds module, that can be used with type checkers.
⚠️ This is currently in a experimental state, expect some types & parameters to be incorrect
Stub files (.pyi) provide type information for Python modules, enabling better IDE support with auto-completion, type checking, and docstrings.
This repository already contains some pre-generated stubs, you can download them from the generated-stubs folder.
For generating stubs, see the README.md in the generator folder
If you run into any issues with the generator or while using the generated stubs. Please open a issue on the GitHub repository.
Contributions are welcomed!