blender-voicevox-pl/blender_manifest.toml
2026-02-06 05:28:59 +09:00

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",
]