Update to Freestyle SVG Export for 2.80.Code was updated by mosest https://devtalk.blender.org/t/fix-for-freestyle-svg-export/8048
Details
Details
Diff Detail
Diff Detail
- Repository
- rBA Blender Add-ons
Event Timeline
Comment Actions
hi,
I am unsure of line 192 not using context and line 268 using context. Is there a reason for this?
The use of "mosesfreestyle" in the bl_location, surely this is an oversight?
Other than that this seems a very simple fix and most welcome.
Comment Actions
I'm asking
mosest what was broken without the line changes on 192 and 268. He says that scene.render.layers.active was removed, I'm still looking into it.
Comment Actions
hi, it turned out this patch was wrong. I corrected it, tested and committed the fix.
context.window.view_layer.freestyle_settings
was the correct line fix.