From eee52871f880b9d2d4b8893ced43d9fc923d38dc Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Sun, 30 Jan 2011 11:17:29 +0000 Subject: Attempting to standardize some of the locations and fixing up descriptions in bl_info --- add_curve_aceous_galore.py | 4 ++-- add_mesh_3d_function_surface.py | 3 +-- add_mesh_BoltFactory/__init__.py | 3 ++- add_mesh_ant_landscape.py | 4 ++-- animation_animall.py | 2 +- animation_rotobezier.py | 2 +- curve_simplify.py | 4 ++-- object_fracture/__init__.py | 2 +- render_povray/__init__.py | 2 +- rigify/__init__.py | 3 ++- 10 files changed, 15 insertions(+), 14 deletions(-) diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index bf52e473..be8bbc6e 100644 --- a/add_curve_aceous_galore.py +++ b/add_curve_aceous_galore.py @@ -22,8 +22,8 @@ bl_info = { 'version': (0,2), 'blender': (2, 5, 3), 'api': 32411, - 'location': 'Add Curve menu', - 'description': 'adds many types of curves', + 'location': 'View3D > Add > Curve', + 'description': 'Adds many different types of Curves', 'warning': '', # used for warning icon and text in addons panel 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \ 'Scripts/Curve/Curves_Galore', diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py index 6149232e..322ae707 100644 --- a/add_mesh_3d_function_surface.py +++ b/add_mesh_3d_function_surface.py @@ -22,8 +22,7 @@ bl_info = { "version": (0, 3, 7), "blender": (2, 5, 6), "api": 34093, - "location": "View3D > Add > Mesh >"\ - " Z Function Surface & XYZ Function Surface", + "location": "View3D > Add > Mesh", "description": "Create Objects using Math Formulas", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py index 1c22f574..256c4f81 100644 --- a/add_mesh_BoltFactory/__init__.py +++ b/add_mesh_BoltFactory/__init__.py @@ -22,7 +22,8 @@ bl_info = { "version": (3,9), "blender": (2, 5, 3), "api": 32411, - "location": "add Mesh", + "location": "View3D > Add > Mesh", + "description": "Adds a Bolt or Nut", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Add_Mesh/BoltFactory", "tracker_url": "https://projects.blender.org/tracker/index.php?"\ diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py index 977e5213..f0a38b32 100644 --- a/add_mesh_ant_landscape.py +++ b/add_mesh_ant_landscape.py @@ -22,8 +22,8 @@ bl_info = { "version": (0,1,1), "blender": (2, 5, 6), "api": 32411, - "location": "Add Mesh menu", - "description": "Adds a landscape primitive", + "location": "View3D > Add > Mesh", + "description": "Adds a Landscape Primitive", "warning": "", # used for warning icon and text in addons panel "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Add_Mesh/ANT_Landscape", diff --git a/animation_animall.py b/animation_animall.py index fe970bc4..ae6e885c 100644 --- a/animation_animall.py +++ b/animation_animall.py @@ -22,7 +22,7 @@ bl_info = { 'version': (0, 4), 'blender': (2, 5, 5), 'api': 34513, - 'location': 'Select a Mesh: Toolbar > AnimAll panel', + 'location': 'Select a Mesh: Tool Shelf > AnimAll panel', 'description': 'Allows animation of mesh and lattice data (Shape Keys, VCols, VGroups, UVs)', 'warning': '', 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Animation/AnimAll', diff --git a/animation_rotobezier.py b/animation_rotobezier.py index fcc9b717..9dccfaec 100644 --- a/animation_rotobezier.py +++ b/animation_rotobezier.py @@ -22,7 +22,7 @@ bl_info = { 'version': (0, 8), 'blender': (2, 5, 5), 'api': 33232, - 'location': 'Select a Curve: Toolbar > RotoBezier panel', + 'location': 'Select a Curve: Tool Shelf > RotoBezier panel', 'description': 'Allows animation of Bezier and NURBS curves', 'warning': '', 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\ diff --git a/curve_simplify.py b/curve_simplify.py index 280b7120..8b1fc0ad 100644 --- a/curve_simplify.py +++ b/curve_simplify.py @@ -22,8 +22,8 @@ bl_info = { "version": (1,), "blender": (2, 5, 3), "api": 32411, - "location": "Toolshelf > search > simplify curves", - "description": "This script simplifies 3D curves and fcurves", + "location": "Search > Simplify Curves", + "description": "Simplifies 3D curves and fcurves", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Curve/Curve_Simplify", diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py index 824f5b51..b678724b 100644 --- a/object_fracture/__init__.py +++ b/object_fracture/__init__.py @@ -22,7 +22,7 @@ bl_info = { "version": (2,0), "blender": (2, 5, 3), "api": 31965, - "location": "Fracture tools (Search > Fracture Object & Add -> Fracture Helper Objects", + "location": "Search > Fracture Object & Add -> Fracture Helper Objects", "description": "Fractured Object, Bomb, Projectile, Recorder", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ diff --git a/render_povray/__init__.py b/render_povray/__init__.py index 1eae506f..65d8a04b 100644 --- a/render_povray/__init__.py +++ b/render_povray/__init__.py @@ -24,7 +24,7 @@ bl_info = { "version": (0, 0, 7), "blender": (2, 5, 6), "api": 34318, - "location": "Info Header (engine dropdown)", + "location": "Render > Engine > POV-Ray 3.7", "description": "Basic POV-Ray 3.7 integration for blender", "warning": "both POV-Ray 3.7 and this script are beta", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ diff --git a/rigify/__init__.py b/rigify/__init__.py index f1dcabe3..20821f9d 100644 --- a/rigify/__init__.py +++ b/rigify/__init__.py @@ -21,7 +21,8 @@ bl_info = { "author": "Nathan Vegdahl", "version": (0, 5), "blender": (2, 5, 5), - "description": "?", + "location": "View3D > Add > Armature", + "description": "Adds various Rig Templates", "api": 33110, "location": "Armature properties", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ -- cgit v1.2.3