-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathblender_manifest.toml
30 lines (24 loc) · 969 Bytes
/
blender_manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
schema_version = "1.0.0"
id = "auto_reload"
version = "3.1.1"
name = "Auto Reload"
tagline = "Automatic reload for external files"
maintainer = "tonton <[email protected]>"
# Supported types: "add-on", "theme"
type = "add-on"
# Optional link to documentation, support, source files, etc
website = "https://github.com/samytichadou/Auto_Reload_Blender_addon"
# Optional list defined by Blender and server, see:
# https://docs.blender.org/manual/en/dev/advanced/extensions/tags.html
tags = ["Import-Export", "Pipeline"]
blender_version_min = "4.2.0"
# License conforming to https://spdx.org/licenses/ (use "SPDX: prefix)
# https://docs.blender.org/manual/en/dev/advanced/extensions/licenses.html
license = [
"SPDX:GPL-3.0-or-later",
]
[permissions]
files = "Checking/Reloading external files from current blend"
# network = "Need to sync motion-capture data to server"
# files = "Import/export FBX from/to disk"
# clipboard = "Copy and paste bone transforms"