28 lines
633 B
TOML
28 lines
633 B
TOML
schema_version = "1.0.0"
|
|
id = "io_scene_ase"
|
|
version = "2.1.3"
|
|
name = "ASCII Scene Export (.ase)"
|
|
tagline = "Export .ase files used in Unreal Engine 1 & 2"
|
|
maintainer = "Colin Basnett <cmbasnett@gmail.com>"
|
|
type = "add-on"
|
|
website = "https://github.com/DarklightGames/io_scene_ase/"
|
|
tags = ["Game Engine", "Import-Export"]
|
|
blender_version_min = "4.2.0"
|
|
# Optional: maximum supported Blender version
|
|
# blender_version_max = "5.1.0"
|
|
license = [
|
|
"SPDX:GPL-3.0-or-later",
|
|
]
|
|
|
|
[build]
|
|
paths_exclude_pattern = [
|
|
"/.git/",
|
|
"__pycache__/",
|
|
"/venv/",
|
|
"/.github/",
|
|
".gitignore",
|
|
]
|
|
|
|
[permissions]
|
|
files = "Export .ase files to disk"
|