Fix UI error #4575

This commit is contained in:
Andrej730
2024-05-03 15:39:37 +05:00
parent 25fff3fdd0
commit 16b0b1c3a5
@@ -223,7 +223,7 @@ class ConnectionsData:
@classmethod
def is_connection_realization(cls):
element = tool.Ifc.get_entity(bpy.context.active_object)
connections = element.IsConnectionRealization
connections = getattr(element, "IsConnectionRealization", None)
if not connections:
return