Door modifier - double swing doors

still no dashed lines in 2d representation
This commit is contained in:
Andrej730
2023-02-10 19:06:29 +05:00
parent fa0f484922
commit 5cfc122b79
4 changed files with 76 additions and 38 deletions
@@ -440,6 +440,8 @@ class BIMDoorProperties(PropertyGroup):
door_types = (
("SINGLE_SWING_LEFT", "SINGLE_SWING_LEFT", ""),
("SINGLE_SWING_RIGHT", "SINGLE_SWING_RIGHT", ""),
("DOUBLE_SWING_LEFT", "DOUBLE_SWING_LEFT", ""),
("DOUBLE_SWING_RIGHT", "DOUBLE_SWING_RIGHT", ""),
)
door_added_previously: bpy.props.BoolProperty(default=False)