b254a1ac36beba28012dfa2a3194125b080cbbfe
We should never select something that is hidden in the viewport. Generally, there can be multiple reasons why keyframe handles are not shown in the Graph Editor: - the `View` > `Show Handles` option is disabled - the `Only Show Selected Keyframes Handles` is enabled - a keyframe `Interpolation` method is anything but `Bezier` This PR corrects the first. Details: - In `box_select_graphkeys()`, the `incl_handles` parameter is only be passed to `initialize_box_select_key_editing_data()` - add a separate `KEYFRAME_ITER_HANDLES_INVISIBLE` flag (representing SIPO_NOHANDLES) - "include_handles" purely represents operator setting / user intend now - "final" decision about handles/their visibility is done in `keyframe_ok_checks()` etc For consistency, add "include_handles" option to Lasso/Circle as well Part of #139314 Pull Request: https://projects.blender.org/blender/blender/pulls/139349
…
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%
