From c7c6d6d879875a3734a73eafee652488d2d10534 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Jan 2011 16:09:46 +0000 Subject: bl_addon_info -> bl_info --- animation_add_corrective_shape_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animation_add_corrective_shape_key.py') diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py index 66ee8b52..49967b10 100644 --- a/animation_add_corrective_shape_key.py +++ b/animation_add_corrective_shape_key.py @@ -16,7 +16,7 @@ # # ##### END GPL LICENSE BLOCK ##### -bl_addon_info = { +bl_info = { 'name': 'Corrective shape keys', 'author': 'Ivo Grigull (loolarge), Tal Trachtman', 'version': (1, 0), -- cgit v1.2.3