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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'add_curve_aceous_galore.py') 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', -- cgit v1.2.3