From 01564c0f25797dd213157388291331b66034488e Mon Sep 17 00:00:00 2001 From: Luca Bonavita Date: Tue, 31 Aug 2010 02:43:31 +0000 Subject: == trunk addons == - comforming after my commit in bf-blender: - removed the categories from addons names - made 'version' a tuple of integers - added 'api' field - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though) - more conforming: - 1 tab = 4 spaces - please check everything is fine in case I made some gross mistake --- add_curve_aceous_galore.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'add_curve_aceous_galore.py') diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 44f201a9..9de8c015 100644 --- a/add_curve_aceous_galore.py +++ b/add_curve_aceous_galore.py @@ -17,10 +17,11 @@ # ##### END GPL LICENSE BLOCK ##### bl_addon_info = { - 'name': 'Add Curve: Curveaceous Galore!', + 'name': 'Curveaceous Galore!', 'author': 'Jimmy Hazevoet, testscreenings', - 'version': '0.1', + 'version': (0,1), 'blender': (2, 5, 3), + 'api': 31667, 'location': 'Add Curve menu', 'description': 'adds many types of curves', 'warning': '', # used for warning icon and text in addons panel @@ -1116,4 +1117,4 @@ def unregister(): bpy.types.INFO_MT_curve_add.remove(Curveaceous_galore_button) if __name__ == "__main__": - register() \ No newline at end of file + register() -- cgit v1.2.3