cleanup consistent calling

This commit is contained in:
falken10vdl
2025-09-29 17:45:45 +02:00
parent c3c63370ba
commit ffc538da87
@@ -274,7 +274,7 @@ class ReferenceUI:
else:
name = reference["Identification"] or "No Identification"
row.label(text=name, icon="ASSET_MANAGER")
row.label(text=reference.get("Name") or "")
row.label(text=reference["Name"] or "")
if reference["Location"]:
row.operator("bim.open_uri", icon="URL", text="").uri = reference["Location"]
if not self.props.active_reference_id: