maybites / blender.script.io_export_svg

14 stars 7 forks source link

Separation of path into multiple objects #5

Open simonbroggi opened 7 years ago

simonbroggi commented 7 years ago

Currently if a curve in blender consists of multiple not connected lines they will be exported into several objects in svg.

Example: Add a text object in blender with the letter O, convert it to a curve and export it to SVG. In the SVG you will get two separate objects, one for the inner path of the O and one for the outer.

It would be nice to have one Blender curve object export to one SVG object.