bonsai - dropdown for new bcf topic labels (same as f1db51df1a)

This commit is contained in:
Andrej730
2024-08-15 17:13:37 +05:00
parent d40119d617
commit 28ee1a7781
+3 -1
View File
@@ -200,7 +200,9 @@ class BCFProperties(PropertyGroup):
file_ifc_project: StringProperty(default="", name="IFC Project")
file_ifc_spatial_structure_element: StringProperty(default="", name="IFC Spatial Structure Element")
reference_link: StringProperty(default="", name="Reference Link")
label: StringProperty(default="", name="Label")
label: StringProperty(
default="", name="Label", search=lambda s, c, t: get_extensions_items(s, c, t, extensions_attr="topic_labels")
)
bim_snippet_reference: StringProperty(default="", name="Reference")
bim_snippet_type: StringProperty(
default="", name="Type", search=lambda s, c, t: get_extensions_items(s, c, t, extensions_attr="snippet_types")