maybites / blender.script.io_export_svg

14 stars 7 forks source link

Cleaned up code, added support for POLY splines in Curve objects #1

Closed Craxic closed 9 years ago

Craxic commented 9 years ago

Hi maybites,

I made some heavy modifications to this script for my own use. It now supports POLY type splines (what you get when you convert a mesh to a curve), so I think it's more useful now.

Please let me know what you think! I hope you like it!

maybites commented 9 years ago

I notice there is now a scale problem. when using metric units and settting a circle for example to 15cm diameter, it apears inside inkscape with 0.15mm. can you fix this? (to be honest, I am terrible in python and the creation of this script was done with loads of curses)

Craxic commented 9 years ago

Hey thanks for merging my patch! That's my first ever contribution to open source software LOL. Been far too long coming :)

I'll take a look at it!