Initial SE Palette add-on

This commit is contained in:
2026-09-03 03:17:27 +09:00
commit 524d98f620
11 changed files with 877 additions and 0 deletions
+22
View File
@@ -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",
]