105161 -
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
: Initial testing showed that while "Forward" ( Ctrl + F2 ) worked as intended, the "Back" command ( Ctrl + F1 ) failed to trigger in some environments. 105161
: It allows users to quickly "peek" at another editor type and return to their original view without breaking their concentration. This PR introduces a convenient shortcut-driven method to
The number appears to refer to a specific pull request or issue titled "WIP: Area Editor Cycling" within the Blender project. : It allows users to quickly "peek" at
: The implementation aligns with standard software "cycling" behaviors, making it intuitive for new and power users alike. Areas for Improvement / Known Issues