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:
authorDaniel Salazar <zanqdo@gmail.com>2010-12-09 20:22:56 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-12-09 20:22:56 +0300
commit2ce6d99fad56c5fded5020dcc7381b0c2451a247 (patch)
treebba47a95f24a29ccffa66f11d08292e72aabaf65 /animation_rotobezier.py
parentb53856a70d5cd08077ad108783764f205e230e1a (diff)
Better description for RotoBezier's current capabilities
Diffstat (limited to 'animation_rotobezier.py')
-rw-r--r--animation_rotobezier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index ae3fc197..805e183e 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',