/blender-bpy

Blender as Python module

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

blender-bpy

Blender as Python module (Docker container is used for building)

How to install

Install Python

wget https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tgz -O Python.tgz
tar xzf Python.tgz
cd Python-3.7.7/
./configure --enable-optimizations
sudo make install

# if you want to install Python 3.7.7 alongside other versions, then use instead:
sudo make altinstall

Install Bpy module (precompiled)

Compile Bpy module

git clone https://github.com/zocker-160/blender-docker-bpy.git
make
  • copy files from bpy folder to /usr/local/lib/python3.7/site-packages/
  • cleanup with make clean
  • (optional) test installation with python3 bpytest.py