Generate python stub files for Autodesk OpenMaya modules.
ℹ️ As of right now this generator only generates stubs for the OpenMaya2 (
api) modules.
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!