[Bf-extensions-cvs] [3cce21ac] master: space_view3d_align_tools: move ui to Item tab

meta-androcto noreply at git.blender.org
Sun Jun 2 07:50:30 CEST 2019


Commit: 3cce21ac18506210c16c1ceccf534b012cff55ca
Author: meta-androcto
Date:   Sun Jun 2 15:50:16 2019 +1000
Branches: master
https://developer.blender.org/rBAC3cce21ac18506210c16c1ceccf534b012cff55ca

space_view3d_align_tools: move ui to Item tab

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

M	space_view3d_align_tools.py

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

diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index 24c0a87b..8562f704 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -1035,7 +1035,7 @@ class VIEW3D_PT_AlignUi(Panel):
     bl_region_type = 'UI'
     bl_label = "Align Tools"
     bl_context = "objectmode"
-    bl_category = 'Tools'
+    bl_category = 'Item'
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):
@@ -1120,7 +1120,7 @@ class AlignAddonPreferences(AddonPreferences):
     category: StringProperty(
             name="Tab Category",
             description="Choose a name for the category of the panel",
-            default="Tools",
+            default="Item",
             update=update_panel
             )



More information about the Bf-extensions-cvs mailing list