8d8a84ffb489a963c25e5f748e168a162139b175
If a freeze-frame retiming key was added to either a transition or freeze-frame segment when the strip was selected, Blender would crash. The issue is that `SEQ_retiming_add_key` returns `nullptr` if the start key of the current segment is one of these types, and never bothers to cancel the operation if this happens. Instead, it only attempts to get a key at the current frame with `SEQ_retiming_key_get_by_timeline_frame`. This is redundant, since there are already checks to see if that key exists in `SEQ_retiming_add_key`. Remove this code and move up the other `nullptr` check to fix the bug. Pull Request: https://projects.blender.org/blender/blender/pulls/123981
…
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%
