Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind Blender-style translate, rotate and scale shortcuts in the 3D editor #78148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 21, 2024

  1. Bind Blender-style translate, rotate and scale shortcuts in the 3D ed…

    …itor
    
    These used to have no binds by default, which severely limited their
    discoverability.
    
    The default bindings are the same as in Blender: G for translate, R
    for rotate, S for scale.
    
    The default shortcut for the Rotate tool has been moved to Ctrl + R
    (Cmd + R) on macOS to accomodate for this change. While this makes
    the shortcut less consistent with the usual "Q-W-E-R-T" line of shortcuts,
    quick rotation with Blender-style transforms is arguably more convenient
    during day-to-day editor operation. To avoid breaking people's muscle memory,
    we should try to use shortcuts as similar as possible to Blender's.
    
    The S key is only used for scaling if not currently in freelook mode.
    Calinou committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    04aa1f6 View commit details
    Browse the repository at this point in the history