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>2011-01-27 20:37:02 +0300
committerDaniel Salazar <zanqdo@gmail.com>2011-01-27 20:37:02 +0300
commit29f665aeed178d200651d7f409f42c4a444539fe (patch)
treef83151243f9c60152d60bac33d8b980d13cd7f03 /animation_animall.py
parent42a45649bd550c0e568d26ef843fca385abf37ad (diff)
AnimAll: updated API version, script version, tracker and wiki URLs,
removed warning
Diffstat (limited to 'animation_animall.py')
-rw-r--r--animation_animall.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/animation_animall.py b/animation_animall.py
index 64b0f450..fc9001ca 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -19,12 +19,12 @@
bl_info = {
'name': 'AnimAll',
'author': 'Daniel Salazar <zanqdo@gmail.com>',
- 'version': (0, 3),
+ 'version': (0, 4),
'blender': (2, 5, 5),
- 'api': 33625,
+ 'api': 34513,
'location': 'Select a Mesh: Toolbar > AnimAll panel',
'description': 'Allows animation of mesh and lattice data (Shape Keys, VCols, VGroups, UVs)',
- 'warning': 'Blender API has some bugs around this still',
+ 'warning': '',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Animation/AnimAll',
'tracker_url': 'http://projects.blender.org/tracker/index.php?'\
'func=detail&aid=24874',