From 2ce6d99fad56c5fded5020dcc7381b0c2451a247 Mon Sep 17 00:00:00 2001 From: Daniel Salazar <zanqdo@gmail.com> Date: Thu, 9 Dec 2010 17:22:56 +0000 Subject: [PATCH] Better description for RotoBezier's current capabilities --- animation_rotobezier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation_rotobezier.py b/animation_rotobezier.py index ae3fc1972..805e183ef 100644 --- a/animation_rotobezier.py +++ b/animation_rotobezier.py @@ -23,7 +23,7 @@ bl_addon_info = { 'blender': (2, 5, 5), 'api': 33232, 'location': 'Select a Curve: Toolbar > RotoBezier panel', - 'description': 'Allows animation of bezier curves for rotoscoping', + 'description': 'Allows animation of Bezier and NURBS curves', 'warning': '', 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\ 'Scripts/Animation/RotoBezier', -- GitLab