8ec093a2d85be700eff26991136c4f1cdecd01c2
Currently, the steps required to add a named frame in the node editor are quite cumbersome: * Press ctrl+J, which is hard to reach. * Press F2, to rename. This is bad, because frames are a key part of making node trees understandable. Therefore, we should lower the barrier to adding them as much as possible. Additionally, named frames help significantly more with readability. Therefore, it's good to lower the barrier to adding those even more. Of course it's still possible to click in empty space to avoid having to give a frame a name. This patch adds a new operator to join nodes in a named frame. When triggered, it adds the frame and automatically opens the rename menu to set the name. Keymap changes: * Remove `ctrl+J` which was creating a frame without label. * Move existing functionality of `F` key to `J` key (including `shift+F -> shift+J`). * Use `F` for this new operator to create a named frame. Pull Request: https://projects.blender.org/blender/blender/pulls/138390
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
