/io_mesh_openscad

blender output module for blender

Primary LanguagePython

io_mesh_openscad

Blender output module for OpenSCAD

A module for blender 2.66 that outputs meshes in OpenSCAD compatible format. Clone into your blender addon directory, and enable in your user preferences.

OpenSCAD is http://www.openscad.org/

Version History

v0.3

  • exports curves as polygons instead of polyhedron
  • fixed multimatrix function after I borked it ( clothbot )

v0.2

  • make output files modular for use in other openscad files ( clothbot )
  • output shapekeys ( atartanian )
  • handle n-gons
  • fix bug exporting multiple models

v0.1

  • initial version