From 29f665aeed178d200651d7f409f42c4a444539fe Mon Sep 17 00:00:00 2001 From: Daniel Salazar <zanqdo@gmail.com> Date: Thu, 27 Jan 2011 17:37:02 +0000 Subject: [PATCH] AnimAll: updated API version, script version, tracker and wiki URLs, removed warning --- animation_animall.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/animation_animall.py b/animation_animall.py index 64b0f4507..fc9001ca8 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', -- GitLab