From eee52871f880b9d2d4b8893ced43d9fc923d38dc Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Sun, 30 Jan 2011 11:17:29 +0000 Subject: Attempting to standardize some of the locations and fixing up descriptions in bl_info --- rigify/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rigify') diff --git a/rigify/__init__.py b/rigify/__init__.py index f1dcabe3..20821f9d 100644 --- a/rigify/__init__.py +++ b/rigify/__init__.py @@ -21,7 +21,8 @@ bl_info = { "author": "Nathan Vegdahl", "version": (0, 5), "blender": (2, 5, 5), - "description": "?", + "location": "View3D > Add > Armature", + "description": "Adds various Rig Templates", "api": 33110, "location": "Armature properties", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ -- cgit v1.2.3