mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Update bl_info structure in blender addon
This commit is contained in:
@@ -30,13 +30,10 @@ bl_info = {
|
|||||||
"description": "Import files in the "\
|
"description": "Import files in the "\
|
||||||
"Industry Foundation Classes (.ifc) file format",
|
"Industry Foundation Classes (.ifc) file format",
|
||||||
"author": "Thomas Krijnen, IfcOpenShell",
|
"author": "Thomas Krijnen, IfcOpenShell",
|
||||||
"blender": (2, 6, 5),
|
"blender": (2, 73, 0),
|
||||||
"api": 52851,
|
|
||||||
"location": "File > Import",
|
"location": "File > Import",
|
||||||
"warning": "",
|
"tracker_url": "https://sourceforge.net/p/ifcopenshell/"\
|
||||||
"wiki_url": "http://sourceforge.net/apps/"\
|
"_list/tickets?source=navbar",
|
||||||
"mediawiki/ifcopenshell/index.php",
|
|
||||||
"tracker_url": "http://sourceforge.net/tracker/?group_id=543113",
|
|
||||||
"category": "Import-Export"}
|
"category": "Import-Export"}
|
||||||
|
|
||||||
if "bpy" in locals():
|
if "bpy" in locals():
|
||||||
|
|||||||
Reference in New Issue
Block a user