Fix non-valid Blender manifest (strings too long apparently)

This commit is contained in:
Dion Moult
2024-07-17 23:08:51 +10:00
parent f0077b9e22
commit e7fd06a6d6
@@ -2,10 +2,9 @@ schema_version = "1.0.0"
id = "blenderbim"
version = "0.0.0"
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>"
type = "add-on"
permissions = ["network", "files", "clipboard"]
website = "https://blenderbim.org/"
tags = [
"3D View",
@@ -30,8 +29,6 @@ tags = [
blender_version_min = "4.2.0"
license = ["SPDX:GPL-3.0-or-later"]
platforms = ["os-arch"]
[permissions]
network = "Used in the Augin and Cove.Tool platform integrations for VR and environmental analysis"
files = "Load and save IFCs, IDS, BCF, etc from disk"
clipboard = "Copy and paste error logs"
permissions.network = "Augin / Cove.Tool integration for VR and environmental analysis"
permissions.files = "Load and save IFCs, IDS, BCF, etc from disk"
permissions.clipboard = "Copy and paste error logs"