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:
authorLuca Bonavita <mindrones@gmail.com>2010-07-20 14:24:34 +0400
committerLuca Bonavita <mindrones@gmail.com>2010-07-20 14:24:34 +0400
commit887ca705e14ecfdbb78833c8d21df5dd704f9ae4 (patch)
treeea845faad6cb14ea02787aa0a108bc125a752f9d /add_curve_aceous_galore.py
parentac27f90f4e2aa532b0c1da4c958f6261f210ce79 (diff)
== addons ==
Fixed some descriptions and locations
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 af11b141..0b546d5d 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -22,8 +22,8 @@ bl_addon_info = {
'author': 'Jimmy Hazevoet, testscreenings',
'version': '0.1',
'blender': (2, 5, 3),
- 'location': 'Add Curve menu',
- 'description': 'adds many types of curves',
+ 'location': 'View3D > Add > Curve',
+ 'description': 'Adds many 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',