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

Ignore flat surfaces #21

Closed addam closed 10 years ago

addam commented 13 years ago

Flat surface (consisting of many faces) should be never cut. If it has interior vertices, these should be ignored as if it was just a plane. There must be user setting for "flatness" or, better, an intelligent decision algorithm.

addam commented 13 years ago

As another solution, it seems easier to remove such duplicated edges when exporting SVG. If an edge precisely touches the face it should be sticked onto, this edge should not be drawn.

pdikmann commented 12 years ago

+1 As there is no way (yet) to direct/influence the seam-finding algorithm, this would probably be my favourite feature; I sometimes even get completely separate islands for a single flat surface.

addam commented 10 years ago

solved now. May still split a flat surface if the size of its faces differ by orders of magnitude, but it usually seems to work.