This commit is contained in:
2026-07-08 13:37:00 +02:00
parent 1fe41faa6b
commit 8c4736f14e
25 changed files with 84 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""Create/refresh MAT_wgt01_* materials in wgt01.blend (run headless)."""
import bpy, os
SLOTS = ["cobble", "worn", "plaza", "sidewlk", "wall", "bridge", "gutter", "water",
"fbrick", "iron", "timber", "planks", "brass", "copper", "plastr", "slate", "glass"]
"fbrick", "iron", "timber", "planks", "brass", "copper", "plastr", "slate", "glass", "dirt", "grass", "gravel", "road"]
BASE = os.path.dirname(bpy.data.filepath)
for slot in SLOTS: