[Bf-extensions-cvs] [bbfd523] master: AnimAll: Nicer description

Daniel Salazar noreply at git.blender.org
Tue Dec 31 03:28:43 CET 2013


Commit: bbfd52327456a0fdbcbb08cd506cb28bcc4e2028
Author: Daniel Salazar
Date:   Mon Dec 30 20:28:36 2013 -0600
https://developer.blender.org/rBAbbfd52327456a0fdbcbb08cd506cb28bcc4e2028

AnimAll: Nicer description

===================================================================

M	animation_animall.py

===================================================================

diff --git a/animation_animall.py b/animation_animall.py
index 421d7f7..bf5651b 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -19,10 +19,10 @@
 bl_info = {
     'name': 'AnimAll',
     'author': 'Daniel Salazar <zanqdo at gmail.com>',
-    'version': (0, 6),
+    'version': (0, 7),
     "blender": (2, 69, 7),
-    'location': 'Select a Mesh/Lattice/Curve/Surface: Tool Shelf > AnimAll panel',
-    'description': 'Allows animation of mesh, lattice, curve and surface data (Shape Keys, VCols, VGroups, UVs, Points, Radius, Tilt)',
+    'location': 'Tool Shelf > AnimAll panel',
+    'description': 'Allows animation of mesh, lattice, curve and surface data',
     'warning': '',
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Animation/AnimAll',
     'tracker_url': 'http://projects.blender.org/tracker/index.php?'\



More information about the Bf-extensions-cvs mailing list