You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix hotkey for swapping between Move and Rotate moves in AnimationEditor doc (#975)
## Changes
Fixes out dated entry in Animation editor. The hotkey for swapping
between Move and Rotate has changed from `ctrl+2` / `ctrl+4` to just
`R`. This devforum post confirms it (works for me locally as well):
https://devforum.roblox.com/t/how-do-you-switch-to-the-movement-mode-in-the-animation-editor/1791442
## Checks
By submitting your pull request for review, you agree to the following:
- [x] This contribution was created in whole or in part by me, and I
have the right to submit it under the terms of this repository's open
source licenses.
- [x] I understand and agree that this contribution and a record of it
are public, maintained indefinitely, and may be redistributed under the
terms of this repository's open source licenses.
- [x] To the best of my knowledge, all proposed changes are accurate.
---------
Copy file name to clipboardExpand all lines: content/en-us/animation/editor.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,9 +224,7 @@ To create a pose:
224
224
225
225
<Alertseverity="info"variant="standard">
226
226
When creating poses, you can toggle between **Move** and **Rotate**
227
-
modes by pressing <kbd>Ctrl</kbd><kbd>2</kbd> or <kbd>Ctrl</kbd><kbd>4</kbd>,
228
-
respectively (<kbd>⌘</kbd><kbd>2</kbd> or <kbd>⌘</kbd><kbd>4</kbd>
229
-
on Mac). These modes work exactly like moving and rotating base objects, including the snap settings and incremental values located in the **Snap to Grid** section of the **Model** tab.
227
+
modes by pressing <kbd>R</kbd>. These modes work exactly like moving and rotating base objects, including the snap settings and incremental values located in the **Snap to Grid** section of the **Model** tab.
230
228
</Alert>
231
229
232
230
5. Continue moving or rotating bones or meshes until you get the desired pose.
0 commit comments