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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user