Implement support for editing BCF comments

This commit is contained in:
Dion Moult
2020-12-23 13:58:28 +11:00
parent b22055a588
commit 5a1f2ec4fe
4 changed files with 41 additions and 12 deletions
@@ -38,6 +38,7 @@ if bpy is not None:
operator.ViewBcfTopic,
operator.RemoveBcfViewpoint,
operator.RemoveBcfComment,
operator.EditBcfComment,
operator.AddBcfComment,
operator.ActivateBcfViewpoint,
operator.OpenUri,