This commit is contained in:
Andrej730
2024-09-20 22:55:43 +05:00
parent c819368445
commit a3c0523fbd
+1 -1
View File
@@ -825,7 +825,7 @@ class Blender(bonsai.core.tool.Blender):
@classmethod
def is_eligible_for_stair_modifier(cls, obj):
return tool.Blender.is_object_an_ifc_class(
obj, ("IfcStairFlight", "IfcStairFlightType", "IfcMember", "IfcMemberType")
obj, ("IfcStairFlight", "IfcStairFlightType", "IfcMember", "IfcMemberType", "IfcStair", "IfcStairType")
)
@classmethod