Demo project preset shouldn't have mass or time by default

This commit is contained in:
Dion Moult
2026-01-26 00:01:43 +11:00
parent a6394d8628
commit d62a6186b5
@@ -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":