Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 226 Bytes

File metadata and controls

12 lines (7 loc) · 226 Bytes

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