diff --git a/src/bonsai/bonsai/bim/module/drawing/operator.py b/src/bonsai/bonsai/bim/module/drawing/operator.py index 6bc5ec6ea2..bf05fc4119 100644 --- a/src/bonsai/bonsai/bim/module/drawing/operator.py +++ b/src/bonsai/bonsai/bim/module/drawing/operator.py @@ -569,7 +569,7 @@ 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_EEVEE_NEXT" + context.scene.render.engine = "BLENDER_WORKBENCH" context.scene.render.use_freestyle = True context.scene.svg_export.use_svg_export = True