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 --- space_view3d_math_vis/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'space_view3d_math_vis/__init__.py') diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py index e38ab72b..e4c8e15c 100644 --- a/space_view3d_math_vis/__init__.py +++ b/space_view3d_math_vis/__init__.py @@ -16,7 +16,7 @@ # #======================= END GPL LICENSE BLOCK ======================== -bl_addon_info = { +bl_info = { "name": "Math Vis (Console)", "author": "Campbell Barton", "version": (0, 1), @@ -28,6 +28,7 @@ bl_addon_info = { "Scripts/3D_interaction/Math_Viz", "tracker_url": "http://projects.blender.org/tracker/index.php?"\ "func=detail&aid=25545", + "support": "OFFICIAL", "category": "3D View"} if "bpy" in locals(): -- cgit v1.2.3