Implement BCF add comment

This commit is contained in:
Dion Moult
2020-12-22 18:41:51 +11:00
parent 6a5d255c2f
commit 6f84bc6ce5
5 changed files with 36 additions and 3 deletions
@@ -1857,6 +1857,13 @@ class BIM_PT_bcf_comments(Panel):
total_line_chars += len(word) + 1 # 1 is for the space
col.label(text=" ".join(line_words))
row = layout.row()
row.prop(topic, "comment")
row = layout.row()
row.prop(topic, "has_related_viewpoint")
row = layout.row()
row.operator("bim.add_bcf_comment")
class BIM_PT_qa(Panel):
bl_label = "BIMTester Quality Auditing"