[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1516] trunk/py/scripts/addons/ animation_animall.py: AnimAll: updated API version, script version, tracker and wiki URLs,

Daniel Salazar zanqdo at gmail.com
Thu Jan 27 18:37:03 CET 2011


Revision: 1516
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1516
Author:   zanqdo
Date:     2011-01-27 17:37:02 +0000 (Thu, 27 Jan 2011)
Log Message:
-----------
AnimAll: updated API version, script version, tracker and wiki URLs,
removed warning

Modified Paths:
--------------
    trunk/py/scripts/addons/animation_animall.py

Modified: trunk/py/scripts/addons/animation_animall.py
===================================================================
--- trunk/py/scripts/addons/animation_animall.py	2011-01-27 10:26:03 UTC (rev 1515)
+++ trunk/py/scripts/addons/animation_animall.py	2011-01-27 17:37:02 UTC (rev 1516)
@@ -19,12 +19,12 @@
 bl_info = {
     'name': 'AnimAll',
     'author': 'Daniel Salazar <zanqdo at 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',



More information about the Bf-extensions-cvs mailing list