Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Guetzkow <rjg>2019-08-12 10:27:23 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-08-12 10:30:13 +0300
commit9e0dc9b9d3c4c83eee207324ea9df0bf6e619617 (patch)
tree47406379d3d4ce1d1c08f38699319dac27a922b6 /render_freestyle_svg.py
parent2fa8a6214fc8c07cbaa4f07d134bf1cb5957210f (diff)
Fix T68427: Freestyle SVG Exporter addon not showing "Freestyle Line
Style SVG Export" property panel Fixed wrong bl_context from render_layer to view_layer
Diffstat (limited to 'render_freestyle_svg.py')
-rw-r--r--render_freestyle_svg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_freestyle_svg.py b/render_freestyle_svg.py
index bd2913f1..45d36790 100644
--- a/render_freestyle_svg.py
+++ b/render_freestyle_svg.py
@@ -183,7 +183,7 @@ class SVGExporterLinesetPanel(bpy.types.Panel):
bl_space_type = 'PROPERTIES'
bl_label = "Freestyle Line Style SVG Export"
bl_region_type = 'WINDOW'
- bl_context = "render_layer"
+ bl_context = "view_layer"
def draw(self, context):
layout = self.layout