New UI to show BCF comments in the BCF panel as a subpanel

This commit is contained in:
Dion Moult
2020-12-18 22:12:13 +11:00
parent 85a78a6e48
commit de4f18e2af
4 changed files with 98 additions and 11 deletions
@@ -28,6 +28,7 @@ if bpy is not None:
operator.NewBcfProject,
operator.LoadBcfProject,
operator.LoadBcfTopics,
operator.LoadBcfComments,
operator.SaveBcfProject,
operator.AddBcfTopic,
operator.ViewBcfTopic,
@@ -260,6 +261,7 @@ if bpy is not None:
prop.Sheet,
prop.BcfBimSnippet,
prop.BcfDocumentReference,
prop.BcfComment,
prop.BcfTopic,
prop.Subcontext,
prop.PresentationLayer,
@@ -295,6 +297,7 @@ if bpy is not None:
ui.BIM_PT_ifccsv,
ui.BIM_PT_ifcclash,
ui.BIM_PT_bcf,
ui.BIM_PT_bcf_comments,
ui.BIM_PT_owner,
ui.BIM_PT_people,
ui.BIM_PT_organisations,