23 lines
388 B
TOML
23 lines
388 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "se_palette"
|
|
version = "1.3.0"
|
|
name = "SE Palette"
|
|
tagline = "Preview and insert sound effects into the Video Sequencer"
|
|
maintainer = "Hare <noreply@example.com>"
|
|
type = "add-on"
|
|
|
|
tags = ["Sequencer"]
|
|
blender_version_min = "5.0.0"
|
|
|
|
license = ["SPDX:MIT"]
|
|
|
|
[build]
|
|
paths_exclude_pattern = [
|
|
"__pycache__/",
|
|
"/.git/",
|
|
"/tests/",
|
|
"*.pyc",
|
|
"*.zip",
|
|
]
|