2025-12-09
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
schema_version = "1.0.0"
|
||||
|
||||
id = "basedplayblast"
|
||||
name = "BasedPlayblast"
|
||||
tagline = "Easily create playblasts from Blender and Flamenco"
|
||||
version = "2.4.0"
|
||||
type = "add-on"
|
||||
|
||||
maintainer = "RaincloudTheDragon <raincloudthedragon@gmail.com>"
|
||||
license = ["GPL-3.0-or-later"]
|
||||
blender_version_min = "4.2.0"
|
||||
|
||||
website = "https://github.com/RaincloudTheDragon/BasedPlayblast"
|
||||
|
||||
tags = ["Animation", "Render", "Workflow", "Video"]
|
||||
|
||||
[permissions]
|
||||
files = "Import/export files and data"
|
||||
|
||||
[build]
|
||||
paths_exclude_pattern = [
|
||||
"__pycache__/",
|
||||
"*.pyc",
|
||||
".git/",
|
||||
".github/",
|
||||
"addon_updater*",
|
||||
"basedplayblast_updater/"
|
||||
]
|
||||
Reference in New Issue
Block a user