Skip to content
Snippets Groups Projects
Commit 04fa0809 authored by Daniel Salazar's avatar Daniel Salazar
Browse files

Forgot to up the version and logs

parent 13553840
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
bl_addon_info = { bl_addon_info = {
'name': 'RotoBezier', 'name': 'RotoBezier',
'author': 'Daniel Salazar <zanqdo@gmail.com>', 'author': 'Daniel Salazar <zanqdo@gmail.com>',
'version': (0, 7), 'version': (0, 8),
'blender': (2, 5, 5), 'blender': (2, 5, 5),
'api': 33232, 'api': 33232,
'location': 'Select a Curve: Toolbar > RotoBezier panel', 'location': 'Select a Curve: Toolbar > RotoBezier panel',
...@@ -36,13 +36,14 @@ bl_addon_info = { ...@@ -36,13 +36,14 @@ bl_addon_info = {
Thanks to Campbell Barton for his API additions and fixes Thanks to Campbell Barton for his API additions and fixes
Daniel Salazar - ZanQdo Daniel Salazar - ZanQdo
Rev 0.1 initial release Rev 0.1 Initial release
Rev 0.2 new make matte object tools and convenient display toggles 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.3 Tool to clear all animation from the curve
Rev 0.4 moved from curve properties to toolbar Rev 0.4 Moved from curve properties to toolbar
Rev 0.5 added pass index property Rev 0.5 Added pass index property
Rev 0.6 re-arranged UI Rev 0.6 Re-arranged UI
Rev 0.7 Adding options for what properties to keyframe Rev 0.7 Adding options for what properties to keyframe
Rev 0.8 Allowing to key NURBS
------------------------------------------------------------------------- -------------------------------------------------------------------------
''' '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment