/fake-bpy-module

Fake Blender Python API module collection for the code completion.

Primary LanguagePythonMIT LicenseMIT

Fake Blender Python API module collection: fake-bpy-module

fake-bpy-module is the collections of the fake Blender Python API modules for the code completion in commonly used IDEs.

Install

fake-bpy-module is registered to PyPI.
You can install it as a pip package.

pip install fake-bpy-module-<version>

If you install fake-bpy-module for Blender 2.8, run below command.

pip install fake-bpy-module-2.80

Supported Blender Version

Version PyPI
2.78 https://pypi.org/project/fake-bpy-module-2.78/
2.78a https://pypi.org/project/fake-bpy-module-2.78a/
2.78b https://pypi.org/project/fake-bpy-module-2.78b/
2.78c https://pypi.org/project/fake-bpy-module-2.78c/
2.79 https://pypi.org/project/fake-bpy-module-2.79/
2.79a https://pypi.org/project/fake-bpy-module-2.79a/
2.79b https://pypi.org/project/fake-bpy-module-2.79b/
2.80 https://pypi.org/project/fake-bpy-module-2.80/

Generate Modules Manually

You can also generate the modules manually. See Generate Module.

Bug report / Feature request / Disscussions

If you want to report bug, request features or discuss about this add-on, see ISSUES.md.

Contribution

If you want to contribute to this project, see CONTRIBUTING.md.