[Bf-extensions-cvs] [91108e2] master: move panel to tools tab

Brendon Murphy noreply at git.blender.org
Fri Aug 21 05:16:02 CEST 2015


Commit: 91108e219e91d907654fa69539e3bfa7c15053ba
Author: Brendon Murphy
Date:   Fri Aug 21 13:15:25 2015 +1000
Branches: master
https://developer.blender.org/rBAC91108e219e91d907654fa69539e3bfa7c15053ba

move panel to tools tab

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

M	space_view3d_simple_align.py

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

diff --git a/space_view3d_simple_align.py b/space_view3d_simple_align.py
index e8a39fe..56de15d 100644
--- a/space_view3d_simple_align.py
+++ b/space_view3d_simple_align.py
@@ -23,7 +23,7 @@ bl_info = {
     "name": "Simple Align",
     "author": "Gabriel Beaudin (gabhead)",
     "version": (0,1),
-    "blender": (2, 71, 0),
+    "blender": (2, 75, 0),
     "location": "View3D > Tool Shelf > Addons",
     "description": "Align Selected Objects to Active Object",
     "warning": "",
@@ -42,7 +42,7 @@ class AlignUi(bpy.types.Panel):
     bl_region_type = 'TOOLS'
     bl_label = "Simple Align"
     bl_context = "objectmode"
-    bl_category = 'Addons'
+    bl_category = 'Tools'
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):



More information about the Bf-extensions-cvs mailing list