mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
You can now add new BCF topics to a BCF project
This commit is contained in:
@@ -1678,7 +1678,10 @@ class BIM_PT_bcf(Panel):
|
||||
return
|
||||
|
||||
props = bpy.context.scene.BCFProperties
|
||||
layout.template_list("BIM_UL_topics", "", props, "topics", props, "active_topic_index")
|
||||
row = layout.row()
|
||||
row.template_list("BIM_UL_topics", "", props, "topics", props, "active_topic_index")
|
||||
col = row.column(align=True)
|
||||
col.operator("bim.add_bcf_topic", icon="ADD", text="")
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, "topic_description", text="")
|
||||
|
||||
Reference in New Issue
Block a user