mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +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"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user