addam / Export-Paper-Model-from-Blender

Python addon for creating paper models in Blender (development version)
https://blenderartists.org/t/export-paper-model/476597
406 stars 54 forks source link

Handle edges that interconnect three or more faces #14

Closed addam closed 14 years ago

addam commented 14 years ago

In the current basic design, every edge is expected to be between 0, 1 or 2 faces. Blender, however, allows us to connect any number of faces to an edge, and sometimes it is useful. The script should handle it somehow.