[Bf-extensions-cvs] [96d9b94] master: update tracker url, move to Create tab

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


Commit: 96d9b943de88d7ad8a88e8795d85a5e5f0d7e580
Author: Brendon Murphy
Date:   Fri Aug 21 14:54:23 2015 +1000
Branches: master
https://developer.blender.org/rBAC96d9b943de88d7ad8a88e8795d85a5e5f0d7e580

update tracker url, move to Create tab

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

M	object_laplace_lightning.py

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

diff --git a/object_laplace_lightning.py b/object_laplace_lightning.py
index f5d5cd1..51124a5 100644
--- a/object_laplace_lightning.py
+++ b/object_laplace_lightning.py
@@ -20,11 +20,11 @@ bl_info = {
     "author": "teldredge",
     "version": (0, 2, 7),
     "blender": (2, 71, 0),
-    "location": "View3D > Toolshelf > Addons Tab",
+    "location": "View3D > Toolshelf > Create Tab",
     "description": "Lightning mesh generator using laplacian growth algorithm",
     "warning": "Beta",
     "wiki_url": "http://www.funkboxing.com/wordpress/?p=301",
-    "tracker_url": "http://www.funkboxing.com/wordpress/?p=301",
+    "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
     "category": "Object"}
         
 ######################################################################
@@ -1178,7 +1178,7 @@ class OBJECT_PT_fslg(bpy.types.Panel):
     bl_space_type = "VIEW_3D"
     bl_region_type = "TOOLS"
     bl_context = "objectmode"
-    bl_category = "Addons"
+    bl_category = "Create"
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):



More information about the Bf-extensions-cvs mailing list