Skip to content

Releases: aryelgois/blender-curve-to-svg

v0.0.2

04 May 23:02
Compare
Choose a tag to compare

Added

Changed

  • Renamed export_svg.py to curve_to_svg.py
  • Better messages when having other objects selected
  • Refactor col_to_hex()
  • Rename prettify() to pretty_xml()
  • Rewrite DATA_OT_CurveExportSVG
    • Split logic in more methods

Fixed

  • Typos and descriptions
  • Viewbox is now properly defined

Initial release

04 May 01:07
Compare
Choose a tag to compare

Added

  • Initial export_svg.py script