Freestyle SVG Exporter addon not showing "Freestyle Line Style SVG Export" property panel #68427

Closed
opened 2019-08-08 22:24:03 +02:00 by Jonas Deyson · 3 comments

System Information
Operating system: Linux-4.15.0-55-generic-x86_64-with-debian-buster-sid 64 Bits
Graphics card: GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.40

Blender Version
Broken: version: 2.80 (sub 75), branch: master, commit date: 2019-07-29 14:47, hash: blender/blender@f6cb5f5449
Worked: 2.79b

Short description of error
When the Freestyle SVG Exporter plugin is enabled, it is not showing the "Freestyle Line Style SVG Export" panel in the view layer context.
The problem is caused by the wrong bl_context being set in the corresponding panel class SVGExporterLinesetPanel (it's being set as "render_layer", when it should be "view_layer").

Exact steps for others to reproduce the error

  1. enable "Freestyle SVG Exporter" addon;
  2. go to the view layer context;
  3. no "Freestyle Line Style SVG Export" panel is not shown;
**System Information** Operating system: Linux-4.15.0-55-generic-x86_64-with-debian-buster-sid 64 Bits Graphics card: GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.40 **Blender Version** Broken: version: 2.80 (sub 75), branch: master, commit date: 2019-07-29 14:47, hash: `blender/blender@f6cb5f5449` Worked: 2.79b **Short description of error** When the Freestyle SVG Exporter plugin is enabled, it is not showing the "Freestyle Line Style SVG Export" panel in the view layer context. The problem is caused by the wrong `bl_context` being set in the corresponding panel class `SVGExporterLinesetPanel` (it's being set as `"render_layer"`, when it should be `"view_layer"`). **Exact steps for others to reproduce the error** 1. enable "Freestyle SVG Exporter" addon; 1. go to the view layer context; 1. no "Freestyle Line Style SVG Export" panel is not shown;
Author

Added subscriber: @jonasdeyson

Added subscriber: @jonasdeyson

This issue was referenced by 9e0dc9b9d3

This issue was referenced by 9e0dc9b9d3c4c83eee207324ea9df0bf6e619617
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Philipp Oeser self-assigned this 2019-08-12 09:36:35 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#68427
No description provided.