Freestyle export to SVG produces thousands of very small lines. #105203
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105203
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: Quadro RTX 3000 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 529.19
Blender Version
Broken: version: 4.0.2, branch: blender-v4.0-release, commit date: 2023-12-05 07:41, hash:
9be62e85b727
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Freestyle SVG Exporter (1, 0)
Author: Folkert de Vries
Short description of error
SVG output from this add-on is usually in the megabytes. That's orders of magnitude too large a file size of a vector based file format, especially from rather simple line drawings. It also makes it quite difficult and cumbersome to develop further in other applications.
There's options for chaining in regular Blender, but unsure if it means something other than merging end points of lines, or if export to SVG simply ignores it.
There could also be a cause for some optimization with regards to 2D angle merging as well in order to reduce point count (and file size).
Exact steps for others to reproduce the error
Load up pretty much any scene with a few characters (not just simple boxes) and do an SVG export and look at the file size. Files quickly run into 3-4mb in size when a few hundred kilobytes should do.
Hi, thanks for the report. I see file size easily goes to few megabytes but potential improvements are not considered as bug.
Also the add-on is not actively maintained AFAICS. cc @flokkievids