From f9bf0ab3690a34763c5403c70f224ba2692da511 Mon Sep 17 00:00:00 2001 From: Daniel Salazar <zanqdo@gmail.com> Date: Mon, 22 Nov 2010 22:56:11 +0000 Subject: [PATCH] Ugh forgot to update the location.. --- animation_rotobezier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animation_rotobezier.py b/animation_rotobezier.py index b93e4cf67..94260f824 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', -- GitLab