mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Fix non-valid Blender manifest (strings too long apparently)
This commit is contained in:
@@ -2,10 +2,9 @@ schema_version = "1.0.0"
|
|||||||
id = "blenderbim"
|
id = "blenderbim"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
name = "BlenderBIM"
|
name = "BlenderBIM"
|
||||||
tagline = "Transforms Blender into a native Building Information Model authoring platform using IFC."
|
tagline = "A native Building Information Model authoring platform using IFC"
|
||||||
maintainer = "Dion Moult <dion@thinkmoult.com>"
|
maintainer = "Dion Moult <dion@thinkmoult.com>"
|
||||||
type = "add-on"
|
type = "add-on"
|
||||||
permissions = ["network", "files", "clipboard"]
|
|
||||||
website = "https://blenderbim.org/"
|
website = "https://blenderbim.org/"
|
||||||
tags = [
|
tags = [
|
||||||
"3D View",
|
"3D View",
|
||||||
@@ -30,8 +29,6 @@ tags = [
|
|||||||
blender_version_min = "4.2.0"
|
blender_version_min = "4.2.0"
|
||||||
license = ["SPDX:GPL-3.0-or-later"]
|
license = ["SPDX:GPL-3.0-or-later"]
|
||||||
platforms = ["os-arch"]
|
platforms = ["os-arch"]
|
||||||
|
permissions.network = "Augin / Cove.Tool integration for VR and environmental analysis"
|
||||||
[permissions]
|
permissions.files = "Load and save IFCs, IDS, BCF, etc from disk"
|
||||||
network = "Used in the Augin and Cove.Tool platform integrations for VR and environmental analysis"
|
permissions.clipboard = "Copy and paste error logs"
|
||||||
files = "Load and save IFCs, IDS, BCF, etc from disk"
|
|
||||||
clipboard = "Copy and paste error logs"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user