UI: Clip Editor: Move Annotation Panel to new View tab

To be consistent with all other editors the annotation
layers pannel should be placed in a "View Tab".
In my next commit, this tab will be expanded to include other options.
This commit is contained in:
2021-08-09 15:25:27 -04:00
parent b04997cca4
commit ce95a2b148

View File

@@ -1239,7 +1239,7 @@ class CLIP_PT_tools_scenesetup(Panel):
class CLIP_PT_annotation(AnnotationDataPanel, CLIP_PT_clip_view_panel, Panel):
bl_space_type = 'CLIP_EDITOR'
bl_region_type = 'UI'
bl_category = "Annotation"
bl_category = "View"
bl_options = set()
# NOTE: this is just a wrapper around the generic GP Panel