Initial SE Palette add-on
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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",
|
||||
]
|
||||
Reference in New Issue
Block a user