ranjian0 / blender-bpy

Blender as Python module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Blender as Python module

License:GNU General Public License v3.0


Languages

Language:Ruby 64.9%Language:Dockerfile 29.4%Language:Makefile 4.3%Language:Python 1.3%