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";