We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dada407 commit 9cd0a76Copy full SHA for 9cd0a76
src/ifcblender/io_import_scene_ifc/__init__.py
@@ -30,13 +30,10 @@
30
"description": "Import files in the "\
31
"Industry Foundation Classes (.ifc) file format",
32
"author": "Thomas Krijnen, IfcOpenShell",
33
- "blender": (2, 6, 5),
34
- "api": 52851,
+ "blender": (2, 73, 0),
35
"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",
+ "tracker_url": "https://sourceforge.net/p/ifcopenshell/"\
+ "_list/tickets?source=navbar",
40
"category": "Import-Export"}
41
42
if "bpy" in locals():
0 commit comments