[Bf-blender-cvs] [ce95a2b148e] master: UI: Clip Editor: Move Annotation Panel to new View tab

Aaron Carlisle noreply at git.blender.org
Mon Aug 9 21:34:08 CEST 2021


Commit: ce95a2b148ed498a7e8ac7fb6565d7e5f21fca6f
Author: Aaron Carlisle
Date:   Mon Aug 9 15:25:27 2021 -0400
Branches: master
https://developer.blender.org/rBce95a2b148ed498a7e8ac7fb6565d7e5f21fca6f

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.

===================================================================

M	release/scripts/startup/bl_ui/space_clip.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index ae106f893d3..7bac0556fb9 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -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



More information about the Bf-blender-cvs mailing list