Add path-related commands and update selection handling

This commit is contained in:
2026-04-13 21:21:40 +02:00
parent 0eac096de5
commit 3f4e951f41
11 changed files with 778 additions and 2 deletions

View File

@@ -1042,6 +1042,12 @@ export function resolveTransformTarget(
}
return createEntityTransformTarget(document, selection.ids[0]);
case "paths":
return {
target: null,
message:
"Path transforms are not available in this slice. Edit path points in the Inspector."
};
case "modelInstances":
if (selection.ids.length !== 1) {
return {