From 9619543137839c8a16b4a33eaba33cae71082acb Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 23 Feb 2015 19:13:47 +0000 Subject: [PATCH] Update bl_info structure in blender addon --- src/ifcblender/io_import_scene_ifc/__init__.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/ifcblender/io_import_scene_ifc/__init__.py b/src/ifcblender/io_import_scene_ifc/__init__.py index 730618f5dc..fa8b2e435e 100644 --- a/src/ifcblender/io_import_scene_ifc/__init__.py +++ b/src/ifcblender/io_import_scene_ifc/__init__.py @@ -30,13 +30,10 @@ bl_info = { "description": "Import files in the "\ "Industry Foundation Classes (.ifc) file format", "author": "Thomas Krijnen, IfcOpenShell", - "blender": (2, 6, 5), - "api": 52851, + "blender": (2, 73, 0), "location": "File > Import", - "warning": "", - "wiki_url": "http://sourceforge.net/apps/"\ - "mediawiki/ifcopenshell/index.php", - "tracker_url": "http://sourceforge.net/tracker/?group_id=543113", + "tracker_url": "https://sourceforge.net/p/ifcopenshell/"\ + "_list/tickets?source=navbar", "category": "Import-Export"} if "bpy" in locals():