-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblender_manifest.toml
40 lines (34 loc) · 1.03 KB
/
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
31
32
33
34
35
36
37
38
39
40
schema_version = "1.0.0"
id = "shot_matcher"
version = "3.5.4"
name = "Shot Matcher"
tagline = "Apply color matching between images or clips in the compositor"
maintainer = "Spencer Magnusson <[email protected]>"
type = "add-on"
# Optional link to documentation, support, source files, etc
website = "https://github.com/semagnum/shot_matcher"
# Optional list defined by Blender and server, see:
# https://docs.blender.org/manual/en/dev/extensions/tags.html
tags = ["Compositing"]
blender_version_min = "4.0.0"
# Optional: maximum supported Blender version, but currently no max version at the moment
# blender_version_max = "5.1.0"
# License conforming to https://spdx.org/licenses/ (use "SPDX: prefix)
# https://docs.blender.org/manual/en/dev/extensions/licenses.html
license = [
"SPDX:GPL-3.0-or-later",
]
# Optional: required by some licenses.
copyright = [
"2024 Spencer Magnusson",
]
[build]
paths_exclude_pattern = [
".git/",
"venv/",
"__pycache__/",
"*.zip",
".idea/",
".vscode/",
"docs/",
]