io_mesh_openscad

Blender output module for OpenSCAD
Trying to make something for Customizer, but need a better way of controlling the geometry you're customizing? Ever peek the source for an OpenSCAD and see giant strings of values?
This is the module for Blender that outputs meshes in OpenSCAD compatible format.
io_mesh_openscad is https://github.com/graphicsforge/io_mesh_openscad
OpenSCAD is http://www.openscad.org/
Version 0.3
- curves now export as polygons instead of polyhedron! Great for openscad as it's optimized for 2D
- clothbot fixed my fumble of merging the multimatrix function in
Version 0.2
Due entirely to clothbot and atartanian being awesome, we present the next version of io_mesh_openscad
You can now:
- "use " in other openscad files in a meaningful way
- add shapekeys to an object in blender, and export it into a Customizerâ„¢ script
- export more geometries and still have actually-workingâ„¢ openscad code!!