From 910eeb26dfca9b18504a99f1e98f60b0c3b77960 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 18 May 2026 16:12:45 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 232 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 230 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 5ad1a6d4..28c48457 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -29293,6 +29293,25 @@ export function App({
Material
+ {materialList.map((material) => (
+ {materialInspectorCustomMaterial !== null ? ( +
+
Material Settings
+ +
+ + +
+
+ + + +
+
+ {MATERIAL_TEXTURE_SLOTS.map((slot) => ( +
+
+ + {getMaterialTextureSlotLabel(slot)} Map + + + {getMaterialTextureSlotValueLabel( + slot, + materialInspectorCustomMaterial, + editorState.document.assets + )} + +
+ +
+ + + handleMaterialTextureImportChange( + materialInspectorCustomMaterial, + slot, + event + ) + } + /> + +
+
+ ))} +
+
+ ) : null} +
UV Offset