mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Fix #5432
This commit is contained in:
@@ -825,7 +825,7 @@ class Blender(bonsai.core.tool.Blender):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def is_eligible_for_stair_modifier(cls, obj):
|
def is_eligible_for_stair_modifier(cls, obj):
|
||||||
return tool.Blender.is_object_an_ifc_class(
|
return tool.Blender.is_object_an_ifc_class(
|
||||||
obj, ("IfcStairFlight", "IfcStairFlightType", "IfcMember", "IfcMemberType")
|
obj, ("IfcStairFlight", "IfcStairFlightType", "IfcMember", "IfcMemberType", "IfcStair", "IfcStairType")
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user