This web application provides an intuitive interface for generating 3D models by translating user inputs into Blender Python (bpy) scripts. The app executes these scripts in Blender's background mode ...
./ ├── README.md ├── basic-tests # some basic tests ├── blender-projects # some blender projects to test blender's python scripting panel ├── bpy_wrappers # easy-to-use functions depending on bpy, can ...