21 lines
565 B
TOML
21 lines
565 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "blenderkit"
|
|
type = "add-on"
|
|
version = "3.18.1-251219" # X.Y.Z-YYYYMMDD, must have a dash instead of a dot
|
|
|
|
name = "BlenderKit Online Asset Library"
|
|
tagline = "Drag & drop of assets from the community driven library"
|
|
maintainer = "Vilém Duha <admin@blenderkit.com>"
|
|
website = "https://blenderkit.com/"
|
|
|
|
tags = ["3D View"]
|
|
blender_version_min = "3.0.0"
|
|
|
|
license = ["SPDX:GPL-2.0-or-later",]
|
|
copyright = ["2019 Blender Kit s.r.o.",]
|
|
|
|
[permissions]
|
|
files = "Import and export assets"
|
|
network = "Search and download from blenderkit.com"
|