blender

Pre-built Blender 2.79 as a python3.5 module bpy for linux.


License
MIT
Install
pip install blender==1.4

Documentation

bpy

Pre-built Blender 2.79 as a python 3.5 module bpy for linux.

Dependencies

Note that this repository requires Python 3.5. Run THIS script to install all Blender dependencies before installing this module.

wget "https://raw.githubusercontent.com/sobotka/blender/v2.79/build_files/build_environment/install_deps.sh"
chmod +x install_deps.sh
./install_deps.sh

Installation

To install via pypi:

python3 -m pip install blender

Alternatively:

git clone https://github.com/uzairakbar/blender.git
python3 -m pip install path/to/cloned/repo

Usage

from blender import bpy