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-21 18:44:08 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-11-21 18:44:08 +0300
commit02d2ce7a1d1518b743ca3291968b5c58a16dcf4a (patch)
treebdf21466d3e4b51a443181fea99df05ca1fe4625 /animation_rotobezier.py
parent9b83a87686f6384ca5c8f9b4cc2da864637ee0d0 (diff)
Addint tracker URL to RotoBezier. BTW nice example video here
http://www.youtube.com/watch?v=FvMYn0z4Wvs&hd=1
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 19e5ff74..1d3846e8 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'}