From bbfd52327456a0fdbcbb08cd506cb28bcc4e2028 Mon Sep 17 00:00:00 2001 From: Daniel Salazar <zanqdo@gmail.com> Date: Mon, 30 Dec 2013 20:28:36 -0600 Subject: [PATCH] AnimAll: Nicer description --- animation_animall.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/animation_animall.py b/animation_animall.py index 421d7f714..bf5651b14 100644 --- a/animation_animall.py +++ b/animation_animall.py @@ -19,10 +19,10 @@ bl_info = { 'name': 'AnimAll', 'author': 'Daniel Salazar <zanqdo@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?'\ -- GitLab