[Bf-extensions-cvs] [dab7b6d] master: fixes to bl_info

Brendon Murphy noreply at git.blender.org
Tue Jul 8 13:48:41 CEST 2014


Commit: dab7b6df4de97da5a640ed4959ed782528be76aa
Author: Brendon Murphy
Date:   Tue Jul 8 21:47:36 2014 +1000
https://developer.blender.org/rBACdab7b6df4de97da5a640ed4959ed782528be76aa

fixes to bl_info

Signed-off-by: Brendon Murphy <meta.androcto1 at gmail.com>

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

M	btrace/bTrace.py
M	geodesic_domes/__init__.py
M	mesh_discombobulator.py
M	mesh_extra_tools/__init__.py
M	mesh_extra_tools/mesh_mextrude_plus.py
M	object_laplace_lightning.py
M	particle_hair_lab.py

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

diff --git a/btrace/bTrace.py b/btrace/bTrace.py
index 21826a1..6db337b 100644
--- a/btrace/bTrace.py
+++ b/btrace/bTrace.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Btrace",
     "author": "liero, crazycourier, Atom, Meta-Androcto, MacKracken",
     "version": (1, 1, ),
-    "blender": (2, 68, 0),
-    "location": "View3D > Tools",
+    "blender": (2, 71, 0),
+    "location": "View3D > Toolshelf > Addons Tab",
     "description": "Tools for converting/animating objects/particles into curves",
     "warning": "Still under development, bug reports appreciated",
     "wiki_url": "",
diff --git a/geodesic_domes/__init__.py b/geodesic_domes/__init__.py
index c69ce8e..911f33b 100644
--- a/geodesic_domes/__init__.py
+++ b/geodesic_domes/__init__.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Geodesic Domes",
     "author": "PKHG , Meta Androcto, Kilon original for 2.49 from Andy Houston",
     "version": (0, 2, 3),
-    "blender": (2, 61, 0),
-    "location": "View3D > UI > Geodesic...",
+    "blender": (2, 71, 0),
+    "location": "View3D > Toolshelf > Addons Tab",
     "description": "Choice for objects",
     "warning": "not yet finished",
     "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/"
diff --git a/mesh_discombobulator.py b/mesh_discombobulator.py
index ba1a601..b5b78f3 100644
--- a/mesh_discombobulator.py
+++ b/mesh_discombobulator.py
@@ -21,8 +21,8 @@ bl_info = {
     "description": "Its job is to easily add scifi details to a surface to create nice-looking space-ships or futuristic cities.",
     "author": "Evan J. Rosky (syrux), Chichiri, Jace Priester",
     "version": (0,2),
-    "blender": (2, 64, 0),
-    "location": "Spacebar > Discombobulate",
+    "blender": (2, 71, 0),
+    "location": "View3D > Toolshelf > Addons Tab",
     "warning": 'Beta',
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts',
     'tracker_url': 'https://developer.blender.org/T31390',
diff --git a/mesh_extra_tools/__init__.py b/mesh_extra_tools/__init__.py
index 70e2df8..6e81de6 100644
--- a/mesh_extra_tools/__init__.py
+++ b/mesh_extra_tools/__init__.py
@@ -22,8 +22,8 @@ bl_info = {
     "name": "Extra Tools",
     "author": "various",
     "version": (0, 1),
-    "blender": (2, 64, 0),
-    "location": "View3D > Toolbar and View3D > Specials (W-key)",
+    "blender": (2, 71, 0),
+    "location": "View3D > Toolshelf > Addons Tab & Specials (W-key)",
     "description": "Add extra mesh edit tools",
     "warning": "",
     "wiki_url": "",
diff --git a/mesh_extra_tools/mesh_mextrude_plus.py b/mesh_extra_tools/mesh_mextrude_plus.py
index c375f0c..ed0ab86 100644
--- a/mesh_extra_tools/mesh_mextrude_plus.py
+++ b/mesh_extra_tools/mesh_mextrude_plus.py
@@ -20,19 +20,19 @@
 # Repeats extrusion + rotation + scale for one or more faces                   #
 
 ################################################################################
-
+'''
 bl_info = {
     "name": "MExtrude Plus",
     "author": "liero",
     "version": (1, 2, 8),
-    "blender": (2, 62, 0),
+    "blender": (2, 71, 0),
     "location": "View3D > Tool Shelf",
     "description": "Repeat extrusions from faces to create organic shapes",
     "warning": "",
     "wiki_url": "",
     "tracker_url": "https://developer.blender.org/T28570",
     "category": "Mesh"}
-
+'''
 
 import  bpy, bmesh, mathutils, random
 from random import gauss
diff --git a/object_laplace_lightning.py b/object_laplace_lightning.py
index 79bbd02..f5d5cd1 100644
--- a/object_laplace_lightning.py
+++ b/object_laplace_lightning.py
@@ -20,7 +20,7 @@ bl_info = {
     "author": "teldredge",
     "version": (0, 2, 7),
     "blender": (2, 71, 0),
-    "location": "View3D > ToolShelf > Laplacian Lightning",
+    "location": "View3D > Toolshelf > Addons Tab",
     "description": "Lightning mesh generator using laplacian growth algorithm",
     "warning": "Beta",
     "wiki_url": "http://www.funkboxing.com/wordpress/?p=301",
diff --git a/particle_hair_lab.py b/particle_hair_lab.py
index 0ad0ca8..bbfae27 100644
--- a/particle_hair_lab.py
+++ b/particle_hair_lab.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Ondrej Raha(lokhorn), meta-androcto",
     "version": (0, 5),
     "blender": (2, 71, 0),
-    "location": "View3D > Tool Shelf > Grass Preset Panel",
+    "location": "View3D > ToolShelf > Addons Tab",
     "description": "Creates particle grass with material",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Object/Hair_Lab",



More information about the Bf-extensions-cvs mailing list