Implement support for deleting document references

This commit is contained in:
Dion Moult
2020-12-28 18:44:33 +11:00
parent 36a0119f40
commit fa6df3fa30
4 changed files with 41 additions and 14 deletions
@@ -44,6 +44,7 @@ if bpy is not None:
operator.RemoveBcfComment,
operator.RemoveBcfBimSnippet,
operator.RemoveBcfReferenceLink,
operator.RemoveBcfDocumentReference,
operator.EditBcfReferenceLinks,
operator.EditBcfLabels,
operator.RemoveBcfLabel,