bpy-helper

A lightweight alternative to BlenderProc


License
Other
Install
pip install bpy-helper==0.0.1

Documentation

bpy-helper

A lightweight alternative to BlenderProc

Upload Python Package

Why bpy-helper instead of BlenderProc?

BlenderProc needs a separate blender installation, and a lot of restrictions when using with other pypi packages. Debugging a BlenderProc script is also painful especially when you are using a headless environment. Hence I decide to build my own blender wrapper using bpy.

Installation

pip install bpy-helper

Projects using bpy-helper