From bf717622a01c4a068e44a30145fcef186f8d4394 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Tue, 19 Nov 2024 14:39:49 -0600 Subject: [PATCH] Assign the render engine via `shading_styles.json` instead of hardcoding it. --- src/bonsai/bonsai/bim/module/drawing/operator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/drawing/operator.py b/src/bonsai/bonsai/bim/module/drawing/operator.py index 88a1bdd94c..6bc79202f8 100644 --- a/src/bonsai/bonsai/bim/module/drawing/operator.py +++ b/src/bonsai/bonsai/bim/module/drawing/operator.py @@ -569,7 +569,6 @@ class CreateDrawing(bpy.types.Operator): if os.path.isfile(svg_path) and self.props.should_use_linework_cache: return svg_path - context.scene.render.engine = "BLENDER_WORKBENCH" context.scene.render.use_freestyle = True context.scene.svg_export.use_svg_export = True