fix export edl and upload to kitsu
This commit is contained in:
@@ -176,7 +176,7 @@ class VSETB_OT_export_edl(Operator):
|
||||
|
||||
for strip in get_strips(channel='Shots', selected_only=False):
|
||||
strip_data = {**format_data, **strip.vsetb_strip_settings.format_data}
|
||||
strip_render_path = project.render_strip_template.format(**strip_data)
|
||||
strip_render_path = project.render_video_strip_template.format(**strip_data)
|
||||
|
||||
clip = Clip(Path(strip_render_path).name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user