diff --git a/animation_rotobezier.py b/animation_rotobezier.py index ae3fc19729d08d633731eb9276a88f77563e4ecb..805e183efc2a2a623218e2a5e793aea32f0ae440 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',