From b22bb728843e08ab391bdc9efc75dcd906b4f575 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 2 May 2026 03:43:57 +0200 Subject: [PATCH] auto-git: [change] src/document/scene-document-validation.ts --- src/document/scene-document-validation.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/document/scene-document-validation.ts b/src/document/scene-document-validation.ts index a8bfac51..42f50579 100644 --- a/src/document/scene-document-validation.ts +++ b/src/document/scene-document-validation.ts @@ -110,6 +110,14 @@ import { getProjectScheduleRoutineHeldSteps, getProjectSequenceImpulseSteps } from "../sequencer/project-sequence-steps"; +import { isBundledFoliagePrototypeId } from "../foliage/bundled-foliage-manifest"; +import { + FOLIAGE_PROTOTYPE_LOD_LEVELS, + isFoliagePrototypeCategory, + isFoliagePrototypeLodLevel, + type FoliageLayer, + type FoliagePrototype +} from "../foliage/foliage"; export type SceneDiagnosticSeverity = "error" | "warning"; export type SceneDiagnosticScope = "document" | "build";