- FBX-Export-Button (UE-ready): je Rock/LOD-Gruppe eine FBX, use_custom_props fuer LodGroup, Triangulate, EDGE/FACE-Smoothing je nach Shading - Shading-Modus: Faceted / Smooth / Auto-Smooth-nach-Winkel - Pro-Rock-Varianz: Noise/Displace Min-Max + nicht-uniforme Skalierung - Boden abflachen (Bisect) + Origin unten-mittig - Live gegen Blender 5.1.2 getestet, Headless-Test gruen Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
24 lines
490 B
TOML
24 lines
490 B
TOML
schema_version = "1.0.0"
|
|
|
|
id = "stylized_rock_generator"
|
|
version = "2.1.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",
|
|
]
|