mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Fix #3538. Update bl_info metadata to reflect that we are a native IFC authoring platform not an import-export add-on.
This commit is contained in:
@@ -22,13 +22,14 @@ import site
|
|||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "BlenderBIM",
|
"name": "BlenderBIM",
|
||||||
"description": "Author, import, and export data using the Industry Foundation Classes schema",
|
"description": "Transforms Blender into a native Building Information Model authoring platform using IFC.",
|
||||||
"author": "IfcOpenShell Contributors",
|
"author": "IfcOpenShell Contributors",
|
||||||
"blender": (2, 80, 0),
|
"blender": (3, 1, 0),
|
||||||
"version": (0, 0, 999999),
|
"version": (0, 0, 999999),
|
||||||
"location": "File > Export, File > Import, Scene / Object / Material / Mesh Properties",
|
"location": "File Menu, Scene Properties Tab. See documentation for more.",
|
||||||
|
"doc_url": "https://blenderbim.org/docs",
|
||||||
"tracker_url": "https://github.com/IfcOpenShell/IfcOpenShell/issues",
|
"tracker_url": "https://github.com/IfcOpenShell/IfcOpenShell/issues",
|
||||||
"category": "Import-Export",
|
"category": "System",
|
||||||
}
|
}
|
||||||
|
|
||||||
if sys.modules.get("bpy", None):
|
if sys.modules.get("bpy", None):
|
||||||
|
|||||||
Reference in New Issue
Block a user