• Stars
    star
    1,315
  • Rank 35,514 (Top 0.8 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fake Blender Python API module collection for the code completion.

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.

Note: The similar project for Blender Game Engine (BGE) is available on fake-bge-module which targets UPBGE.

fake-bpy-module Thumbnail

To realize the long support of this project, your support is helpful. You can support the development of this project via GitHub Sponsors. See the contribution document for the detail of the support.

Requirements

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

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.

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

If you install fake-bpy-module for Blender latest build (master branch daily build powered by nutti/blender-daily-build), run below command.

pip install fake-bpy-module-latest

Note: For PyCharm users, change the value idea.max.intellisense.filesize in idea.properties file to more than 2600 because some modules have the issue of being too big for intelliSense to work.

Supported Blender Version

Version PyPI
2.78 https://pypi.org/project/fake-bpy-module-2.78/
2.79 https://pypi.org/project/fake-bpy-module-2.79/
2.80 https://pypi.org/project/fake-bpy-module-2.80/
2.81 https://pypi.org/project/fake-bpy-module-2.81/
2.82 https://pypi.org/project/fake-bpy-module-2.82/
2.83 https://pypi.org/project/fake-bpy-module-2.83/
2.90 https://pypi.org/project/fake-bpy-module-2.90/
2.91 https://pypi.org/project/fake-bpy-module-2.91/
2.92 https://pypi.org/project/fake-bpy-module-2.92/
2.93 https://pypi.org/project/fake-bpy-module-2.93/
3.0 https://pypi.org/project/fake-bpy-module-3.0/
3.1 https://pypi.org/project/fake-bpy-module-3.1/
3.2 https://pypi.org/project/fake-bpy-module-3.2/
3.3 https://pypi.org/project/fake-bpy-module-3.3/
3.4 https://pypi.org/project/fake-bpy-module-3.4/
latest https://pypi.org/project/fake-bpy-module-latest/

Install via pre-generated modules

Download Pre-generated modules from Release 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. See Generate Module for detail.

Change Log

See CHANGELOG.md

Bug report / Feature request / Disscussions

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

fake-bpy-module channel is available on blender.chat.
The timely discussion and release announcement about fake-bpy-module will be made in this channel.

Note: Registration of blender.chat is required for accessing fake-bpy-module channel.

Contribution

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

Project Authors

Owner

@nutti

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

Support via GitHub Sponsors

Contributors

More Repositories

1

Screencast-Keys

Blender Add-on: Screencast Keys
Python
1,219
star
2

Magic-UV

Blender Add-on: Magic UV
Python
624
star
3

Blender-Add-on-Manager

Blender Add-on Manager to install/uninstall/update from GitHub
JavaScript
140
star
4

OpenAI-Bridge

Blender Add-on: OpenAI Bridge (Bridge between Blender and OpenAI API)
Python
117
star
5

UEPlugin-Kdtree

Unreal Engine Plugin: k-d tree
C++
98
star
6

blender-mqo

Blender Add-on: Metasequoia File Importer/Exporter
Python
44
star
7

UE4-Noise-BlueprintLibrary

UE4 plugin: Noise Blueprint Function Library
C++
31
star
8

Introduction-to-Addon-Development-in-Blender-Web

Web็‰ˆใ€Œใฏใ˜ใ‚ใฆใฎBlenderใ‚ขใƒ‰ใ‚ชใƒณ้–‹็™บใ€ใ‚’ๆง‹ๆˆใ™ใ‚‹ใ‚ฝใƒผใ‚นใ‚ณใƒผใƒ‰ไธ€ๅผ
Python
30
star
9

fake-bge-module

Fake BGE API module collection for the code completion.
Python
24
star
10

DeepLearning-In-Blender

Python
12
star
11

Index-Visualizer

Blender add-on: Visualize verts/edges/faces indicies at View3D.
Python
11
star
12

UEPlugin-BlueprintToRSTDoc

Unreal Engine Plugin: Blueprint to reStructuredText Document
C++
10
star
13

Paint-Tools

Paint tools for Blender
Python
9
star
14

blender-daily-build

Daily Blender build system for fake-bpy-module
6
star
15

STG-Engine

Game engine for STG.
C++
5
star
16

Face-To-Transform-Orientation

Blender add-on: Face object to transform orientation
Python
4
star
17

Mouse-Click-Merge

Blender add-on: Merge by clicking mouse. This add-on is inspired by modeling tool 'Metasequoia'.
Python
3
star
18

bglx

Blender extended bgl module for Blender 2.8 or later that emulates old bgl module on Blender <=2.79
3
star
19

Educational-Operating-System

Operating System for the education (Temporary Name)
Assembly
3
star
20

Thermometer

Blender Add-on: Measure and Display Temperature with Raspberry PI
Python
2
star
21

Math-Library

Math Library
C++
2
star
22

Shooting-Script

Script engine for shooting game.
C++
2
star
23

Polypen

Polypen (one of the Cinema 4D tools) in Blender
1
star
24

GameMachine

FPGA Game machine
VHDL
1
star
25

face_detector

Face detector
Python
1
star
26

GameEngine

Game engine.
C++
1
star
27

MAPIL

Multi-crossplatform Application Programmable Interface Library
C++
1
star
28

AstarAlgorithm

A* algorithm with various language.
JavaScript
1
star
29

Doko-Demo-Qiita

Mobile Qiita application to contribute article from everywhere.
JavaScript
1
star