update addons (for 5.2)

This commit is contained in:
Nathan
2026-07-14 14:44:58 -06:00
parent a232ea1c9c
commit e3310263f3
246 changed files with 21097 additions and 9607 deletions
@@ -2,18 +2,17 @@ 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"
version = "2.1.0"
tagline = "Quick Boolean operators and tools for hard surface modeling"
tags = ["Modeling", "Object"]
type = "add-on"
maintainer = "Nika Kutsniashvili <nickberckley@gmail.com>"
website = "https://github.com/nickberckley/bool_tool"
tags = ["Modeling", "Object"]
maintainer = "Nika Kutsniashvili"
website = "https://nickberckley.github.io/bool_tool/"
support = "https://github.com/nickberckley/bool_tool/issues/new?template=bug_report.md"
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",
]