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-11-23 01:56:11 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-11-23 01:56:11 +0300
commitf9bf0ab3690a34763c5403c70f224ba2692da511 (patch)
treec72bb75c3c66d1c0316642e190e0a222075ab443 /animation_rotobezier.py
parent40a1899d0e4d9184a5eee9abd19834a9e5909e7e (diff)
Ugh forgot to update the location..
Diffstat (limited to 'animation_rotobezier.py')
-rw-r--r--animation_rotobezier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index b93e4cf6..94260f82 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -26,7 +26,7 @@ Rev 0.2 new make matte object tools and convenient display toggles
Rev 0.3 tool to clear all animation from the curve
Rev 0.4 moved from curve properties to toolbar
Rev 0.5 added pass index property
-Rev 0.6 re-aranged UI
+Rev 0.6 re-arranged UI
-------------------------------------------------------------------------'''
bl_addon_info = {
@@ -35,7 +35,7 @@ bl_addon_info = {
'version': (0,6),
'blender': (2, 5, 5),
'api': 33232,
- 'location': 'Select a Curve > Properties > Curve > RotoBezier',
+ 'location': 'Select a Curve > 3D View Toolbar > RotoBezier',
'description': 'Allows animation of bezier curves for rotoscoping',
'warning': '',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Animation/RotoBezier',