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 23:24:51 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-11-21 23:24:51 +0300
commitab53d50698265c86139d5a467ddfad06555d5f69 (patch)
tree6b791f2c190d147a56c15735ca335bff16afbb91 /animation_rotobezier.py
parent14bdebdccee39d70fa4b6bb1a8e3c69a4902c17c (diff)
Forgot to up the scipt version
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 7c640c44..da553c95 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -25,7 +25,7 @@
bl_addon_info = {
'name': 'RotoBezier',
'author': 'Daniel Salazar <zanqdo@gmail.com>',
- 'version': (0,1),
+ 'version': (0,2),
'blender': (2, 5, 5),
'api': 33198,
'location': 'Select a Curve > Properties > Curve > RotoBezier',