Update scene document migration and validation for model assets

This commit is contained in:
2026-03-31 17:31:48 +02:00
parent 082f1ffc3a
commit efb465f2ec
4 changed files with 462 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ import { createOpaqueId } from "../core/ids";
import { cloneEditorSelection, type EditorSelection } from "../core/selection";
import type { ToolMode } from "../core/tool-mode";
import { cloneModelInstance, getModelInstanceKindLabel, type ModelInstance } from "../assets/model-instances";
import { cloneProjectAssetRecord, getProjectAssetKindLabel } from "../assets/project-assets";
import { getProjectAssetKindLabel } from "../assets/project-assets";
import type { EditorCommand } from "./command";
@@ -95,4 +95,3 @@ export function createUpsertModelInstanceCommand(options: UpsertModelInstanceCom
}
};
}