Skip to content

amlinux/blender-python

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published