# fake-bpy-module **Repository Path**: xiehui1573/fake-bpy-module ## Basic Information - **Project Name**: fake-bpy-module - **Description**: Fake Blender Python API module collection for the code completion. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-30 - **Last Updated**: 2021-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. ![](https://raw.githubusercontent.com/nutti/fake-bpy-module/master/docs/images/fake-bpy-module_thumbnail.png) ## Install fake-bpy-module is registered to PyPI. You can install it as a pip package. ```sh pip install fake-bpy-module- ``` If you install fake-bpy-module for Blender 2.8, run below command. ```sh 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](https://github.com/nutti/fake-bpy-module/blob/master/docs/generate_modules.md). ## Bug report / Feature request / Disscussions If you want to report bug, request features or discuss about this add-on, see [ISSUES.md](https://github.com/nutti/fake-bpy-module/blob/master/ISSUES.md). ## Contribution If you want to contribute to this project, see [CONTRIBUTING.md](https://github.com/nutti/fake-bpy-module/blob/master/CONTRIBUTING.md).