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 --- object_fracture/__init__.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'object_fracture') diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py index 6ab7591a..182298fa 100644 --- a/object_fracture/__init__.py +++ b/object_fracture/__init__.py @@ -17,15 +17,18 @@ # ##### END GPL LICENSE BLOCK ##### bl_addon_info = { - "name": "Object: Fracture Tools", + "name": "Fracture Tools", "author": "pildanovak", - "version": "2.0", + "version": (2,0), "blender": (2, 5, 3), + "api": 31667, "location": "Fracture tools (Search > Fracture Object & Add -> Fracture Helper Objects", "description": "Fractured Object, Bomb, Projectile, Recorder", "warning": "script is returning errors", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Object/Fracture", - "tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=21793&group_id=153&atid=469", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ + "Scripts/Object/Fracture", + "tracker_url": "https://projects.blender.org/tracker/index.php?"\ + "func=detail&aid=21793&group_id=153&atid=469", "category": "Object"} -- cgit v1.2.3