163baad17ebcf656be68cbc0fe7997c297ee799a
This affected cursor snapping as well as the `Jump to Keyframes` operator since both use `sum_selected_keyframes` to get the averaged values of elements. It was already taking into account the normalization factor, but the way a single `KeyframeEditData` was created from multiple `bAnimListElem` was wrong: - first, we should only add to it if we actually have some keys selected (not a problem without normalization, but with it, we would add values there - second, the offset needs to be taken into account for each selected key when adding to the absolute values Could go into LTS probably Pull Request: https://projects.blender.org/blender/blender/pulls/125221
…
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%
