Fix freestyle UI after workspace > engine changes

This commit is contained in:
Dalai Felinto 2017-10-25 12:25:22 -02:00
parent b90e2607a0
commit 86899c1adf
Notes: blender-bot 2023-02-14 08:58:01 +01:00
Referenced by issue #53164, Crashes with background scenes
1 changed files with 1 additions and 1 deletions

View File

@ -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