From c8b21682bbbecfa0c24decf5bb186fe603e08720 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 2 May 2026 04:15:32 +0200 Subject: [PATCH] Add foliage mask paint controls and status display --- src/app/App.tsx | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index c64d070e..4ff6c6b5 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -20654,6 +20654,41 @@ export function App({ store, draftStorage = null, initialStatusMessage }: AppPro +
+
Foliage Mask Paint
+
+ + +
+
+ {activeFoliageLayer === null + ? "Create or select a foliage layer in the Foliage panel before painting terrain masks." + : `${activeFoliageLayer.name} mask has ${selectedTerrainActiveFoliageMaskPaintedSampleCount} painted sample${selectedTerrainActiveFoliageMaskPaintedSampleCount === 1 ? "" : "s"} on this terrain.`} +
+
+
Brush Settings