[Bf-blender-cvs] [86899c1adf1] blender2.8: Fix freestyle UI after workspace > engine changes

Dalai Felinto noreply at git.blender.org
Wed Oct 25 16:25:53 CEST 2017


Commit: 86899c1adf15797ff77c3d1389a0a059a0fdb997
Author: Dalai Felinto
Date:   Wed Oct 25 12:25:22 2017 -0200
Branches: blender2.8
https://developer.blender.org/rB86899c1adf15797ff77c3d1389a0a059a0fdb997

Fix freestyle UI after workspace > engine changes

===================================================================

M	release/scripts/freestyle/modules/parameter_editor.py

===================================================================

diff --git a/release/scripts/freestyle/modules/parameter_editor.py b/release/scripts/freestyle/modules/parameter_editor.py
index b093920a4cb..7e8d87bb465 100644
--- a/release/scripts/freestyle/modules/parameter_editor.py
+++ b/release/scripts/freestyle/modules/parameter_editor.py
@@ -1538,7 +1538,7 @@ def process(layer_name, lineset_name):
             raise RuntimeError("No Thickness modifier with type", type(m), m)
     # -- Textures -- #
     has_tex = False
-    if scene.render.use_shading_nodes:
+    if scene.view_render.use_shading_nodes:
         if linestyle.use_nodes and linestyle.node_tree:
             shaders_list.append(BlenderTextureShader(linestyle.node_tree))
             has_tex = True



More information about the Bf-blender-cvs mailing list