From 887ca705e14ecfdbb78833c8d21df5dd704f9ae4 Mon Sep 17 00:00:00 2001 From: Luca Bonavita <mindrones@gmail.com> Date: Tue, 20 Jul 2010 10:24:34 +0000 Subject: [PATCH] == addons == Fixed some descriptions and locations --- add_curve_aceous_galore.py | 4 ++-- add_curve_torus_knots.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index af11b141e..0b546d5d8 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', diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py index fca11213b..9dc6ac8ec 100644 --- a/add_curve_torus_knots.py +++ b/add_curve_torus_knots.py @@ -22,8 +22,8 @@ bl_addon_info = { 'author': 'testscreenings', 'version': '0.1', 'blender': (2, 5, 3), - 'location': 'Add Curve Menu', - 'description': 'adds many types of knots', + 'location': 'View3D > Add > Curve', + 'description': 'Adds many types of knots', 'warning': '', # used for warning icon and text in addons panel 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \ 'Scripts/Curve/Torus_Knot', -- GitLab