Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <j.jaydez@gmail.com>2011-01-30 14:17:29 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-01-30 14:17:29 +0300
commiteee52871f880b9d2d4b8893ced43d9fc923d38dc (patch)
treea31be7129d3e716649a131c47410f411118da18d /add_curve_aceous_galore.py
parent5d573c25fd0523af6264d0863266c761b7255ec1 (diff)
Attempting to standardize some of the locations and fixing up descriptions in bl_info
Diffstat (limited to 'add_curve_aceous_galore.py')
-rw-r--r--add_curve_aceous_galore.py4
1 files changed, 2 insertions, 2 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',