active_sequence_strip poll issue

This commit is contained in:
2025-02-05 14:57:25 +01:00
parent 671b2eeb4e
commit 06c8c28071
2 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ class VSETB_OT_next_shot(Operator):
bpy.ops.sequencer.select_all(action="DESELECT")
next_shot.select = True
context.scene.sequence_editor.active_strip = next_shot
context.active_sequence_strip = next_shot
return {"FINISHED"}