Conforming to blender extensions

This commit is contained in:
2025-11-06 09:17:42 -08:00
parent 9f2e787158
commit b660779ada
3 changed files with 683 additions and 38 deletions

14
blender_manifest.toml Normal file
View File

@@ -0,0 +1,14 @@
schema_version = "1.0.0"
# Example of manifest file for a Blender extension
# Change the values according to your extension
id = "soundobjects_blender_addon"
version = "0.0.2"
name = "Send Sounds to Pro Tools"
tagline = "Render each speaker as a track in Pro Tools with panning"
maintainer = "Jamie Hardt"
type = "add-on"
blender_version_min = "4.5.3"
license = [
"SPDX:GPL-3.0-or-later",
]