Conforming to blender extensions
This commit is contained in:
14
blender_manifest.toml
Normal file
14
blender_manifest.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user