amlinux / blender-python

Dockerfile for blender as a Python module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blender Python module

Create yourscript.py as usual:

#!/usr/bin/python3
import bpy
....

Run it in the blender environment:

docker run --rm -v $(pwd):/data amlinux/blender-python:latest ./yourscript.py

About

Dockerfile for blender as a Python module


Languages

Language:Python 66.1%Language:C++ 30.8%Language:Protocol Buffer 3.0%Language:Shell 0.2%