Window/Stair types added as presets in type manager

This commit is contained in:
Andrej730
2023-01-30 15:29:38 +05:00
parent ab6159f173
commit 9acd2043d7
4 changed files with 69 additions and 26 deletions
@@ -241,6 +241,8 @@ class BIMModelProperties(PropertyGroup):
("LAYERSET_AXIS3", "Horizontal Layers", ""),
("PROFILESET", "Extruded Profile", ""),
("EMPTY", "Non-Geometric Type", ""),
("WINDOW", "Window", ""),
("STAIR", "Stair", ""),
),
name="Type Template",
default="MESH",