Simple Blender script for converting selected 2D curve objects into SVGs. This was based on the blender-curve-to-svg extension which no longer seems to work. Open the scripting tab. Paste in the ...
./ ├── 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 ...