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 04:00:20 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-11-21 04:00:20 +0300
commitbd29675da44a7b0baf7c87c969e179c46cb6c4b6 (patch)
treed642bf88b26afa5f59b02077cf0d237c13771746 /animation_rotobezier.py
parent75d6f21d44c92e6e6a8e3e32bca688ec328fd7c3 (diff)
Added wiki link to RotoBezier addon. There's just a video there for now
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 3aa13423..19e5ff74 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'}