12d06638fe
- Removed the PMX Importer Completely for now. - Updated version number to 0.2.0 - Updated min Blender version to 4.4.0 - Updated lz4 wheels to the latest version.
24 lines
546 B
TOML
24 lines
546 B
TOML
# blender_manifest.toml
|
|
|
|
schema_version = "1.0.0"
|
|
|
|
id = "avatar_toolkit"
|
|
version = "0.2.0"
|
|
name = "Avatar Toolkit"
|
|
tagline = "A modern tool for importing and optimizing models for VRChat, Resonite, and other similar games."
|
|
maintainer = "Team NekoNeo"
|
|
type = "add-on"
|
|
|
|
blender_version_min = "4.4.0"
|
|
|
|
license = [
|
|
"SPDX:GPL-3.0-or-later",
|
|
]
|
|
|
|
wheels = [
|
|
"./wheels/lz4-4.4.3-cp311-cp311-macosx_11_0_arm64.whl",
|
|
"./wheels/lz4-4.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
|
|
"./wheels/lz4-4.4.3-cp311-cp311-win_amd64.whl"
|
|
]
|
|
|