Implement support for adding BCF document references

This commit is contained in:
Dion Moult
2020-12-28 19:46:47 +11:00
parent fa6df3fa30
commit ea83238e7a
5 changed files with 64 additions and 3 deletions
@@ -39,6 +39,7 @@ if bpy is not None:
operator.AddBcfHeaderFile,
operator.AddBcfBimSnippet,
operator.AddBcfReferenceLink,
operator.AddBcfDocumentReference,
operator.AddBcfLabel,
operator.ViewBcfTopic,
operator.RemoveBcfComment,
@@ -58,6 +59,7 @@ if bpy is not None:
operator.OpenBcfReferenceLink,
operator.SelectBcfHeaderFile,
operator.SelectBcfBimSnippetReference,
operator.SelectBcfDocumentReference,
operator.SelectFeaturesDir,
operator.SelectDiffJsonFile,
operator.SelectDiffNewFile,