1a887c06d95a2164c66e9de7c65c0a24ab18a443
Delete operator was shared for strips and retiming keys, which was not ideal. Operator logic relied on invoke function setting proper context which was also hidden from users. Split these operators and make dedicated operators for removing retiming keys - `SEQUENCER_OT_retiming_key_delete`. This operator returns `OPERATOR_CANCELLED | OPERATOR_PASS_THROUGH` if executed in non-retiming context, or no key is selected. Pull Request: https://projects.blender.org/blender/blender/pulls/123767
…
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%
