Update App.tsx and ViewportHost.ts with axis constraint space and message updates

This commit is contained in:
2026-04-11 02:43:26 +02:00
parent 5ed5cb25d3
commit a40089d956
2 changed files with 6 additions and 14 deletions

View File

@@ -2062,7 +2062,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
setStatusMessage(
`${getTransformOperationLabel(operation)} ${getTransformTargetLabel(transformTarget).toLowerCase()} in ${getViewportPanelLabel(
transformSourcePanelId
)}. Move the pointer, press X/Y/Z to constrain, click or press Enter to commit, Escape cancels.`
)}. Move the pointer, press X/Y/Z to constrain, press the same axis again for local when supported, click or press Enter to commit, Escape cancels.`
);
};
@@ -3211,7 +3211,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
setStatusMessage(
`Move ${getTransformTargetLabel(transformTarget).toLowerCase()} in ${getViewportPanelLabel(
transformSourcePanelId
)}. Move the pointer, press X/Y/Z to constrain, click or press Enter to commit, Escape cancels.`
)}. Move the pointer, press X/Y/Z to constrain, press the same axis again for local when supported, click or press Enter to commit, Escape cancels.`
);
} else {
setStatusMessage("Duplicated selection.");