mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Bump permissions and tags in blender manifest
This commit is contained in:
@@ -5,8 +5,33 @@ name = "BlenderBIM"
|
|||||||
tagline = "Transforms Blender into a native Building Information Model authoring platform using IFC."
|
tagline = "Transforms Blender into 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 = ["files"]
|
permissions = ["network", "files", "clipboard"]
|
||||||
website = "https://blenderbim.org/"
|
website = "https://blenderbim.org/"
|
||||||
tags = ["System"]
|
tags = [
|
||||||
|
"3D View",
|
||||||
|
"Add Mesh",
|
||||||
|
"Animation",
|
||||||
|
"Camera",
|
||||||
|
"Development",
|
||||||
|
"Import-Export",
|
||||||
|
"Lighting",
|
||||||
|
"Material",
|
||||||
|
"Modeling",
|
||||||
|
"Mesh",
|
||||||
|
"Node",
|
||||||
|
"Object",
|
||||||
|
"Pipeline",
|
||||||
|
"Render",
|
||||||
|
"Scene",
|
||||||
|
"System",
|
||||||
|
"User Interface",
|
||||||
|
"UV"
|
||||||
|
]
|
||||||
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"]
|
||||||
|
|
||||||
|
[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"
|
||||||
|
|||||||
Reference in New Issue
Block a user