105161
A highly useful quality-of-life improvement that modernizes Blender's interface navigation. However, the shortcut conflicts with existing operators must be resolved before it is ready for a stable release.
: The addition of Ctrl + F1 (Back) and Ctrl + F2 (Forward) provides a faster way to navigate tools without moving the mouse to the header menus.
The number appears to refer to a specific pull request or issue titled "WIP: Area Editor Cycling" within the Blender project. 105161
: Some users find it "annoying" when specialized operators (like Batch Rename) pop up unexpectedly during navigation, suggesting the need for tighter polling or context checks.
This PR introduces a convenient shortcut-driven method to cycle through different editor types (like the 3D Viewport, Shader Editor, and UV Editor) within a single workspace area. It aims to reduce the "click-heavy" nature of manual editor switching. Key Strengths The number appears to refer to a specific
: The implementation aligns with standard software "cycling" behaviors, making it intuitive for new and power users alike. Areas for Improvement / Known Issues
If you are looking for a technical review of this specific development task, //projects.blender.org/blender/blender/pulls/105161">official discussion on Blender Projects . Review: Area Editor Cycling #105161 It aims to reduce the "click-heavy" nature of
: Reviewers noted that Ctrl + F2 currently triggers the "Batch Rename" operator when used inside the 3D Viewport. This creates a functional overlap that needs to be remapped or prioritized Blender Projects.