auto-git:

[change] src/document/scene-document-validation.ts
This commit is contained in:
2026-05-02 03:43:57 +02:00
parent 232c1591a8
commit b22bb72884

View File

@@ -110,6 +110,14 @@ import {
getProjectScheduleRoutineHeldSteps, getProjectScheduleRoutineHeldSteps,
getProjectSequenceImpulseSteps getProjectSequenceImpulseSteps
} from "../sequencer/project-sequence-steps"; } 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 SceneDiagnosticSeverity = "error" | "warning";
export type SceneDiagnosticScope = "document" | "build"; export type SceneDiagnosticScope = "document" | "build";