mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
Demo project preset shouldn't have mass or time by default
This commit is contained in:
@@ -119,8 +119,6 @@ class NewProject(bpy.types.Operator):
|
|||||||
bpy.context.scene.unit_settings.length_unit = "MILLIMETERS"
|
bpy.context.scene.unit_settings.length_unit = "MILLIMETERS"
|
||||||
bim_props.area_unit = "SQUARE_METRE"
|
bim_props.area_unit = "SQUARE_METRE"
|
||||||
bim_props.volume_unit = "CUBIC_METRE"
|
bim_props.volume_unit = "CUBIC_METRE"
|
||||||
bim_props.mass_unit = "KILOGRAM"
|
|
||||||
bim_props.time_unit = "SECOND"
|
|
||||||
pprops.template_file = "IFC4 Demo Template.ifc"
|
pprops.template_file = "IFC4 Demo Template.ifc"
|
||||||
|
|
||||||
if self.preset != "wizard":
|
if self.preset != "wizard":
|
||||||
|
|||||||
Reference in New Issue
Block a user