blender/scripts
Richard Antalik 1a887c06d9 Fix #123543: Delete retiming keys deletes strip
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
2024-06-28 17:06:44 +02:00
..
addons_core Cleanup: rename misleading function name, quiet mypy warning 2024-06-28 23:03:17 +10:00
freestyle Cleanup: unused imports 2024-04-19 16:09:30 +10:00
modules I18n: Fix multi-context message extraction regex 2024-06-28 10:42:47 +02:00
presets Fix #123543: Delete retiming keys deletes strip 2024-06-28 17:06:44 +02:00
site Cleanup: spelling in comments, update dictionary 2023-09-03 21:35:07 +10:00
startup Fix #123543: Delete retiming keys deletes strip 2024-06-28 17:06:44 +02:00
templates_osl License headers: remove GPL header from OSL template script 2023-08-04 13:24:15 +10:00
templates_py Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00