folkertdev / freestyle-svg-exporter

a Blender addon for exporting stylized lines created by the Freestyle render engine to an SVG format.
54 stars 18 forks source link

Is exporting open paths possible? #17

Open hamoid opened 4 years ago

hamoid commented 4 years ago

Hi, thank you for creating this addon! :)

I'm currently loading an SVG file into Blender, manipulating it, and exporting it back to SVG.

It works great with closed paths, but open paths are not rendered, so they are lost. A work around is to add a tiny extrude value to the path (0.0001 works). But then two identical paths are exported overlapping each other.

Is there any way to enable exporting open paths from Blender? Or to remove duplicate lines?