VSE: Clear Strip Keyframes from Preview

This PR makes it easier to clear keyframes from strips in preview.
It is the similar to the feature in 3D viewport. Just navigate to
"Strip" -> "Animation" -> "Clear Keyframes...". This then deletes
all keyframes form the selected strips.

Pull Request: https://projects.blender.org/blender/blender/pulls/141106
This commit is contained in:
Ramon Klauck
2025-08-15 05:37:39 +02:00
committed by Richard Antalik
parent bd4a7ef577
commit d388b807a3
4 changed files with 91 additions and 0 deletions

View File

@@ -991,6 +991,7 @@ class SEQUENCER_MT_strip_animation(Menu):
layout.operator("anim.keyframe_insert_menu", text="Insert Keyframe with Keying Set").always_prompt = True
layout.operator("anim.keying_set_active_set", text="Change Keying Set...")
layout.operator("anim.keyframe_delete_vse", text="Delete Keyframes...")
layout.operator("anim.keyframe_clear_vse", text="Clear Keyframes...")
class SEQUENCER_MT_strip_input(Menu):