Workspaces: remove workspace engine, use 3D viewport draw mode instead.
ViewRender was removed, which means we can't get the render engine for files saved in 2.8. We assume that any files saved in 2.8 were intended to use Eevee and set the engine to that. A fix included with this is that .blend thumbails now draw with Clay mode, and never Eevee or Cycles. These were drawn with solid mode in 2.7, and should be very fast and not e.g. load heavy image textures. Differential Revision: https://developer.blender.org/D3156
This commit is contained in:
@@ -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.view_render.use_shading_nodes:
|
||||
if scene.render.use_shading_nodes:
|
||||
if linestyle.use_nodes and linestyle.node_tree:
|
||||
shaders_list.append(BlenderTextureShader(linestyle.node_tree))
|
||||
has_tex = True
|
||||
|
||||
Reference in New Issue
Block a user