39 lines
853 B
TOML
39 lines
853 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "bool_tool"
|
|
name = "Bool Tool"
|
|
version = "2.0.0"
|
|
tagline = "Quick boolean operators and tools for hard surface modeling"
|
|
type = "add-on"
|
|
|
|
maintainer = "Nika Kutsniashvili <nickberckley@gmail.com>"
|
|
website = "https://github.com/nickberckley/bool_tool"
|
|
tags = ["Modeling", "Object"]
|
|
|
|
blender_version_min = "4.5.0"
|
|
|
|
# License conforming to https://spdx.org/licenses/ (use "SPDX: prefix)
|
|
# https://docs.blender.org/manual/en/dev/advanced/extensions/licenses.html
|
|
license = [
|
|
"SPDX:GPL-3.0-or-later",
|
|
]
|
|
copyright = [
|
|
"2024 Nika Kutsniashvili",
|
|
"2024 Vitor Balbio",
|
|
"2024 Mikhail Rachinskiy",
|
|
"2024 TynkaTopi",
|
|
"2024 Meta-Androcto",
|
|
"2024 Simon Appelt",
|
|
"2024 Pixivore",
|
|
"2024 Cedric LEPILLER",
|
|
"2024 Ted Milker",
|
|
"2024 Clarkx",
|
|
]
|
|
|
|
[build]
|
|
paths_exclude_pattern = [
|
|
"/.git/",
|
|
"__pycache__/",
|
|
".*",
|
|
]
|