23 lines
436 B
TOML
23 lines
436 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "uv_toolkit"
|
|
version = "2.1.4"
|
|
name = "UVToolkit"
|
|
tagline = "A collection of UV editing tools for Blender"
|
|
maintainer = "Ethan Simon-Law <ethan.simon.3d@gmail.com>"
|
|
type = "add-on"
|
|
|
|
website = "https://github.com/oRazeD/UVToolkit"
|
|
|
|
tags = ["UV", "Material"]
|
|
|
|
blender_version_min = "5.0.0"
|
|
blender_version_max = "6.0.0"
|
|
|
|
license = [
|
|
"SPDX:GPL-3.0-or-later",
|
|
]
|
|
|
|
# [permissions]
|
|
files = "Read/Write Images"
|