Skip to content

weigq/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

 
 
 

Contributors

Languages

  • Python 68.1%
  • C++ 31.7%
  • Shell 0.2%