I’m trying to automate some editing in the video editor.
I selected a movie strip in the video editor and hit “K” to make a soft cut. I expanded the info panel (up top) to see what command had just been executed (it was this: bpy.ops.sequencer.cut(757, type=‘SOFT’, side=‘RIGHT’) )
So, naively, I copied that command into my python script with the appropriate frame number. Now, if I select a strip in the editor and run my python script … nothing happens. Why not?
I noticed that if I ran the command through Blender’s command prompt, it worked.
Hewp meee