- added a new feature for Geometry export-as-SVG, the ability to export only the paths (outlines); the new feature is controlled from a new parameter in Preferences -> Geometry -> Export

This commit is contained in:
Marius Stanciu
2022-09-01 13:08:06 +03:00
committed by Marius
parent 6eeac5312e
commit 3c1349a6c4
5 changed files with 20 additions and 5 deletions

View File

@@ -322,6 +322,7 @@ class AppDefaults:
# Geometry Export
"geometry_dxf_format": 'R2010',
"geometry_paths_only": True,
# Geometry Editor
"geometry_editor_sel_limit": 30,