Fix #3275. You can now rename annotation types from the annotation manager.

This commit is contained in:
Dion Moult
2023-07-17 14:32:05 +10:00
parent 0500e666bd
commit 80d88b3821
@@ -101,6 +101,8 @@ class LaunchAnnotationTypeManager(bpy.types.Operator):
op = row.operator("bim.select_type", icon="OBJECT_DATA")
op.relating_type = relating_type["id"]
op = row.operator("bim.rename_type", icon="GREASEPENCIL", text="")
op.element = relating_type["id"]
op = row.operator("bim.duplicate_type", icon="DUPLICATE", text="")
op.element = relating_type["id"]
op = row.operator("bim.remove_type", icon="X", text="")