Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Fake Blender Python API module collection for the code completion.

License

NotificationsYou must be signed in to change notification settings

nutti/fake-bpy-module

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.

fake-bpy-module Thumbnail

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.

Requirements

fake-bpy-module uses typing module and type hints which are available fromPython 3.8. Check your Python version is >= 3.8.

Install

fake-bpy-module can be installed via a pip package, or pre-generated modules.You can also generate and install modules manually.

Install via pip package

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

Install a latest 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

Install a version specific package

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.

Supported Blender Version
VersionPyPI
2.78https://pypi.org/project/fake-bpy-module-2.78/
2.79https://pypi.org/project/fake-bpy-module-2.79/
2.80https://pypi.org/project/fake-bpy-module-2.80/
2.81https://pypi.org/project/fake-bpy-module-2.81/
2.82https://pypi.org/project/fake-bpy-module-2.82/
2.83https://pypi.org/project/fake-bpy-module-2.83/
2.90https://pypi.org/project/fake-bpy-module-2.90/
2.91https://pypi.org/project/fake-bpy-module-2.91/
2.92https://pypi.org/project/fake-bpy-module-2.92/
2.93https://pypi.org/project/fake-bpy-module-2.93/
3.0https://pypi.org/project/fake-bpy-module-3.0/
3.1https://pypi.org/project/fake-bpy-module-3.1/
3.2https://pypi.org/project/fake-bpy-module-3.2/
3.3https://pypi.org/project/fake-bpy-module-3.3/
3.4https://pypi.org/project/fake-bpy-module-3.4/
3.5https://pypi.org/project/fake-bpy-module-3.5/
3.6https://pypi.org/project/fake-bpy-module-3.6/
4.0https://pypi.org/project/fake-bpy-module-4.0/
4.1https://pypi.org/project/fake-bpy-module-4.1/
4.2https://pypi.org/project/fake-bpy-module-4.2/
4.3https://pypi.org/project/fake-bpy-module-4.3/
latesthttps://pypi.org/project/fake-bpy-module/
https://pypi.org/project/fake-bpy-module-latest/

Install via pre-generated modules

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.

Generate Modules Manually

You can also generate modules manually.SeeGenerate Module for detail.

Change Log

SeeCHANGELOG.md

Bug report / Feature request / Disscussions

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.

Contribution

If you want to contribute to this project, seeCONTRIBUTING.md.

Project Authors

Owner

@nutti

Indie Game/Application Developer.
Especially, I spend most time to improve Blender and Unreal Game Engine viaproviding the extensions.

Support viaGitHub Sponsors

Contributors

About

Fake Blender Python API module collection for the code completion.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp