[Bf-extensions-cvs] [2326ada3] master: Pose Library: changes to the panels in the Action Editor

Dalai Felinto noreply at git.blender.org
Fri Dec 23 11:27:33 CET 2022


Commit: 2326ada37b921864d22afa198a8c624cfa91a1c4
Author: Dalai Felinto
Date:   Fri Dec 23 11:25:58 2022 +0100
Branches: master
https://developer.blender.org/rBA2326ada37b921864d22afa198a8c624cfa91a1c4

Pose Library: changes to the panels in the Action Editor

Move the Pose Library panel to the same tab as the Action panels.
This way there are no tabs shown by default.

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

M	pose_library/gui.py

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

diff --git a/pose_library/gui.py b/pose_library/gui.py
index b0025546..ffcb6994 100644
--- a/pose_library/gui.py
+++ b/pose_library/gui.py
@@ -120,7 +120,7 @@ class DOPESHEET_PT_asset_panel(PoseLibraryPanel, Panel):
     bl_space_type = "DOPESHEET_EDITOR"
     bl_region_type = "UI"
     bl_label = "Create Pose Asset"
-    bl_category = "Pose Library"
+    bl_category = "Action"
 
     def draw(self, context: Context) -> None:
         layout = self.layout



More information about the Bf-extensions-cvs mailing list