From d62a6186b50d5ab71296a51eb14b27cfe08d287f Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 26 Jan 2026 00:01:43 +1100 Subject: [PATCH] Demo project preset shouldn't have mass or time by default --- src/bonsai/bonsai/bim/module/project/operator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bonsai/bonsai/bim/module/project/operator.py b/src/bonsai/bonsai/bim/module/project/operator.py index b0f74cfb40..f8aebd2a34 100644 --- a/src/bonsai/bonsai/bim/module/project/operator.py +++ b/src/bonsai/bonsai/bim/module/project/operator.py @@ -119,8 +119,6 @@ class NewProject(bpy.types.Operator): bpy.context.scene.unit_settings.length_unit = "MILLIMETERS" bim_props.area_unit = "SQUARE_METRE" bim_props.volume_unit = "CUBIC_METRE" - bim_props.mass_unit = "KILOGRAM" - bim_props.time_unit = "SECOND" pprops.template_file = "IFC4 Demo Template.ifc" if self.preset != "wizard":