- Notifications
You must be signed in to change notification settings - Fork102
Fake Blender Python API module collection for the code completion.
License
nutti/fake-bpy-module
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
fake-bpy-module is the collections of the fake Blender Python API modules forthe code completion in commonly used IDEs.
Note: The similar project for Blender Game Engine (BGE) is available onfake-bge-module which targetsUPBGE.
To realize the long support of this project, your support is helpful.You can support the development of this project viaGitHub Sponsors.Seethe contribution document for the detail ofthe support.
fake-bpy-module uses typing module and type hints which are available fromPython 3.8. Check your Python version is >= 3.8.
fake-bpy-module can be installed via a pip package, or pre-generated modules.You can also generate and install modules manually.
fake-bpy-module is registered to PyPI.
You can install it as a pip package.
If you install fake-bpy-module for Blender latest build (main branch dailybuild powered bynutti/blender-daily-build),run below command.
pip install fake-bpy-module
or, specify version "latest".
pip install fake-bpy-module-latest
If you want to install a version specific package, run below command.
pip install fake-bpy-module-<version>
If you install fake-bpy-module for Blender 2.93, run below command.
pip install fake-bpy-module-2.93
Note: For PyCharm users, change the valueidea.max.intellisense.filesize
inidea.properties
file to more than 2600 because some modules have the issue ofbeing too big for intelliSense to work.
Download Pre-generated modules fromRelease page.
The process of installation via pre-generated modules is different by IDE.See the installation processes as follows for detail.
You can also generate modules manually.SeeGenerate Module for detail.
SeeCHANGELOG.md
If you want to report bug, request features or discuss about this project, seeISSUES.md.
fake-bpy-module channel isavailable on the Discord server.
The timely discussion and release announcement about fake-bpy-module will bemade in this channel.
If you want to contribute to this project, seeCONTRIBUTING.md.
Indie Game/Application Developer.
Especially, I spend most time to improve Blender and Unreal Game Engine viaproviding the extensions.
Support viaGitHub Sponsors
- CONTACTS:Twitter
- WEBSITE:Japanese Only
About
Fake Blender Python API module collection for the code completion.