From 02d2ce7a1d1518b743ca3291968b5c58a16dcf4a Mon Sep 17 00:00:00 2001 From: Daniel Salazar <zanqdo@gmail.com> Date: Sun, 21 Nov 2010 15:44:08 +0000 Subject: [PATCH] Addint tracker URL to RotoBezier. BTW nice example video here http://www.youtube.com/watch?v=FvMYn0z4Wvs&hd=1 --- animation_rotobezier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation_rotobezier.py b/animation_rotobezier.py index 19e5ff74b..1d3846e86 100644 --- a/animation_rotobezier.py +++ b/animation_rotobezier.py @@ -32,7 +32,7 @@ bl_addon_info = { 'description': 'Allows animation of bezier curves for rotoscoping', 'warning': '', 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Animation/RotoBezier', - 'tracker_url': '', + 'tracker_url': 'http://projects.blender.org/tracker/index.php?func=detail&aid=24839&group_id=153&atid=469', 'category': 'Animation'} -- GitLab