Extension-Packaging: blender_manifest.toml + Build-Skript + dist/ (Zip + index.json)

Installierbar als Remote-Extension via Gitea-Raw-URL, Updates per Klick.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-29 06:45:35 +02:00
co-authored by Claude Opus 4.8
parent c5bb3e2612
commit 32317c446c
6 changed files with 125 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
schema_version = "1.0.0"
id = "stylized_rock_generator"
version = "2.0.0"
name = "Stylized Rock Generator"
tagline = "Batch-Generator fuer stylized Rocks mit UE5-Export"
maintainer = "D4rkst3r"
type = "add-on"
website = "https://git.d4rkst3r.de/D4rkst3r/stylized-rock-generator"
# Gueltige Add-on-Tags laut Blender-Extension-Spezifikation.
tags = ["Object", "Mesh", "Modeling"]
blender_version_min = "4.2.0"
license = [
"SPDX:GPL-3.0-or-later",
]
copyright = [
"2026 D4rkst3r",
]