[Bf-extensions-cvs] [2a06de5] master: fix tracker url, move to Create Tab

Brendon Murphy noreply at git.blender.org
Fri Aug 21 06:06:48 CEST 2015


Commit: 2a06de5b56c274054f374bb4d76993bb94e89dc1
Author: Brendon Murphy
Date:   Fri Aug 21 14:06:21 2015 +1000
Branches: master
https://developer.blender.org/rBAC2a06de5b56c274054f374bb4d76993bb94e89dc1

fix tracker url, move to Create Tab

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

M	mesh_discombobulator.py

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

diff --git a/mesh_discombobulator.py b/mesh_discombobulator.py
index b5b78f3..4d80d2e 100644
--- a/mesh_discombobulator.py
+++ b/mesh_discombobulator.py
@@ -22,10 +22,10 @@ bl_info = {
     "author": "Evan J. Rosky (syrux), Chichiri, Jace Priester",
     "version": (0,2),
     "blender": (2, 71, 0),
-    "location": "View3D > Toolshelf > Addons Tab",
+    "location": "View3D > Toolshelf > Tools Tab",
     "warning": 'Beta',
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts',
-    'tracker_url': 'https://developer.blender.org/T31390',
+    'tracker_url': 'https://developer.blender.org/maniphest/task/create/?project=3&type=Bug',
     "category": "Mesh"}
  
 import bpy
@@ -587,7 +587,7 @@ class VIEW3D_PT_tools_discombobulate(bpy.types.Panel):
     bl_label = "Discombobulator"
     bl_context = "objectmode"
     bl_options = {'DEFAULT_CLOSED'}
-    bl_category = "Addons"
+    bl_category = "Create"
 	
     def draw(self, context):
         layout = self.layout



More information about the Bf-extensions-cvs mailing list