Skip to content

nils-soderman/maya-cmds-stub-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maya.cmds Stub Generator

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

What are stub files?

Stub files (.pyi) provide type information for Python modules, enabling better IDE support with auto-completion, type checking, and docstrings.

Pre-generated stubs

Manual Download

This repository already contains some pre-generated stubs, you can download them from the generated-stubs folder.

Generating stubs

For generating stubs, see the README.md in the generator folder

Issues

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!

About

Generate a stub file for the Autodesk maya.cmds Python module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages