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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-07-27 10:44:06 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-07-27 10:44:06 +0400
commit5e52f0b215b523a2db717055fae78cdef3bb5a9e (patch)
treef7a35ff8ff2eca38ea8301bb8d8070f70ebdfb15 /add_curve_aceous_galore.py
parent95f81072ca441fe1823ad13f9774ac0b5962979d (diff)
fix bolt factory svn
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 0b546d5d..af11b141 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': 'View3D > Add > Curve',
- 'description': 'Adds many types of curves',
+ 'location': 'Add Curve menu',
+ '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',