I am trying to automate a process whereby I add specific images as a strip in my video editing. So far I figured out how to do this for individual pictures,
'scene.sequence_editor.sequences.new_image('p01', '/real_path_to_file/000.jpg',1,1)'
but not for multiple images. Does anyone know how I can do that?
for image_path in image_paths:... – batFINGER May 19 '20 at 18:28