A Blender to Sketch exporter

  • Published 2007-10-09 (2 years, 5 months ago)

Recently I have had some fun learning the Blender Python API. My first serious project has been a script for exporting Blender meshes to the Sketch scene description language. The result is blend2sketch.

Features

The following Blender objects are exported:

  • Meshes
  • Curves (converted to poly lines when exported)
  • Empties. Exported as coordinates, useful for placing Sketch specials.
  • Materials. Used to set fill and stroke colors. Transparency is also supported
  • Camera. The active camera can be used to set a view similar to Blender's.

See the documentation for all the details.

Example output

I have not had time to use the script much myself. Here is an example from the documentation:

Annotated box

Here are two much more impressive example made by Agostino De Marco:

Comments

Comments are disabled for this entry