26 lines
529 B
TOML
26 lines
529 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "govietools"
|
|
version = "1.0.20"
|
|
name = "Govie Tools"
|
|
tagline = "Optimize your model for use in the Govie Editor"
|
|
maintainer = "Stefan Bernstein, 3D Interaction Technologies GmbH <contact@govie.de>"
|
|
type = "add-on"
|
|
|
|
website = "https://govie-editor.de/help/govie-tools/"
|
|
|
|
tags = ["Scene", "Import-Export"]
|
|
|
|
blender_version_min = "4.2.0"
|
|
|
|
license = [
|
|
"SPDX:GPL-3.0-or-later"
|
|
]
|
|
|
|
copyright = [
|
|
"2024 Lorenz Wieseke via 3D Interaction Technologies GmbH"
|
|
]
|
|
|
|
[permissions]
|
|
files = "Export GLB to disk"
|