From 26620ab9a2d17e185cb497b85d3df06e47b0e740 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 2 May 2026 03:42:01 +0200 Subject: [PATCH] auto-git: [change] src/document/migrate-scene-document.ts --- src/document/migrate-scene-document.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/document/migrate-scene-document.ts b/src/document/migrate-scene-document.ts index 7f621814..db54aff5 100644 --- a/src/document/migrate-scene-document.ts +++ b/src/document/migrate-scene-document.ts @@ -178,6 +178,7 @@ import { CONTROL_SURFACE_FOUNDATION_SCENE_DOCUMENT_VERSION, DISTANCE_FOG_SCENE_DOCUMENT_VERSION, DYNAMIC_GLOBAL_ILLUMINATION_SCENE_DOCUMENT_VERSION, + FOLIAGE_FOUNDATION_SCENE_DOCUMENT_VERSION, GOD_RAYS_SCENE_DOCUMENT_VERSION, GOD_RAYS_SOURCE_SIZE_SCENE_DOCUMENT_VERSION, DEFAULT_PROJECT_NAME, @@ -262,6 +263,15 @@ import { type SceneLoadingScreenSettings, type SceneDocument } from "./scene-document"; +import { + createFoliageLayer, + createFoliagePrototype, + isFoliagePrototypeCategory, + isFoliagePrototypeLodLevel, + type FoliageLayer, + type FoliagePrototype, + type FoliagePrototypeLod +} from "../foliage/foliage"; import { createEmptyProjectDialogueLibrary, createProjectDialogue,