From 6bfa9f8f1b3e23c726e0a5e254f7cc8946919fcf Mon Sep 17 00:00:00 2001 From: Florian Meyer <florianfelix@web.de> Date: Tue, 6 Jul 2010 18:06:00 +0000 Subject: [PATCH] better description --- curve_simplify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curve_simplify.py b/curve_simplify.py index 991bc9c2b..cfa638563 100644 --- a/curve_simplify.py +++ b/curve_simplify.py @@ -28,7 +28,7 @@ bl_addon_info = { 'Scripts/Curve/Curve_Simplify', 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\ 'func=detail&aid=22327&group_id=153&atid=468', - 'description': 'this script simplifies curves', + 'description': 'this script simplifies 3D curves and fcurves', 'category': 'Add Curve'} #################################################### import bpy -- GitLab