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-12-03 13:01:53 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-12-03 13:01:53 +0300
commit04fa0809aeed6e0e9928f92d4cdc840ed6320151 (patch)
tree6c7400060778bde3fff448e9f27ce6ef6c5add02 /animation_rotobezier.py
parent1355384006c89a42cdad7c6670647a66a0d0ad84 (diff)
Forgot to up the version and logs
Diffstat (limited to 'animation_rotobezier.py')
-rw-r--r--animation_rotobezier.py15
1 files changed, 8 insertions, 7 deletions
diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index ef2054b7..ac74cf8f 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -19,7 +19,7 @@
bl_addon_info = {
'name': 'RotoBezier',
'author': 'Daniel Salazar <zanqdo@gmail.com>',
- 'version': (0, 7),
+ 'version': (0, 8),
'blender': (2, 5, 5),
'api': 33232,
'location': 'Select a Curve: Toolbar > RotoBezier panel',
@@ -36,13 +36,14 @@ bl_addon_info = {
Thanks to Campbell Barton for his API additions and fixes
Daniel Salazar - ZanQdo
-Rev 0.1 initial release
-Rev 0.2 new make matte object tools and convenient display toggles
-Rev 0.3 tool to clear all animation from the curve
-Rev 0.4 moved from curve properties to toolbar
-Rev 0.5 added pass index property
-Rev 0.6 re-arranged UI
+Rev 0.1 Initial release
+Rev 0.2 New make matte object tools and convenient display toggles
+Rev 0.3 Tool to clear all animation from the curve
+Rev 0.4 Moved from curve properties to toolbar
+Rev 0.5 Added pass index property
+Rev 0.6 Re-arranged UI
Rev 0.7 Adding options for what properties to keyframe
+Rev 0.8 Allowing to key NURBS
-------------------------------------------------------------------------
'''