Skip to content

Commit 9cd0a76

Browse files
committed
Update bl_info structure in blender addon
1 parent dada407 commit 9cd0a76

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/ifcblender/io_import_scene_ifc/__init__.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,10 @@
3030
"description": "Import files in the "\
3131
"Industry Foundation Classes (.ifc) file format",
3232
"author": "Thomas Krijnen, IfcOpenShell",
33-
"blender": (2, 6, 5),
34-
"api": 52851,
33+
"blender": (2, 73, 0),
3534
"location": "File > Import",
36-
"warning": "",
37-
"wiki_url": "http://sourceforge.net/apps/"\
38-
"mediawiki/ifcopenshell/index.php",
39-
"tracker_url": "http://sourceforge.net/tracker/?group_id=543113",
35+
"tracker_url": "https://sourceforge.net/p/ifcopenshell/"\
36+
"_list/tickets?source=navbar",
4037
"category": "Import-Export"}
4138

4239
if "bpy" in locals():

0 commit comments

Comments
 (0)