26 lines
420 B
TOML
26 lines
420 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "voicevox_tts"
|
|
version = "1.0.0"
|
|
name = "VoiceVox TTS & Subtitles"
|
|
tagline = "VoiceVox speech synthesis and subtitle display"
|
|
maintainer = "Hare <noreply@example.com>"
|
|
type = "add-on"
|
|
|
|
tags = ["Sequencer", "Video Tools"]
|
|
|
|
blender_version_min = "5.0.0"
|
|
|
|
license = [
|
|
"SPDX:MIT",
|
|
]
|
|
|
|
[build]
|
|
paths_exclude_pattern = [
|
|
"__pycache__/",
|
|
"/.git/",
|
|
"/.direnv/",
|
|
"/.claude/",
|
|
"*.pyc",
|
|
]
|