From bd29675da44a7b0baf7c87c969e179c46cb6c4b6 Mon Sep 17 00:00:00 2001 From: Daniel Salazar <zanqdo@gmail.com> Date: Sun, 21 Nov 2010 01:00:20 +0000 Subject: [PATCH] Added wiki link to RotoBezier addon. There's just a video there for now --- animation_rotobezier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation_rotobezier.py b/animation_rotobezier.py index 3aa134233..19e5ff74b 100644 --- a/animation_rotobezier.py +++ b/animation_rotobezier.py @@ -31,7 +31,7 @@ bl_addon_info = { 'location': 'Select a Curve > Properties > Curve > RotoBezier', 'description': 'Allows animation of bezier curves for rotoscoping', 'warning': '', - 'wiki_url': '', + 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Animation/RotoBezier', 'tracker_url': '', 'category': 'Animation'} -- GitLab