fix export edl and upload to kitsu

This commit is contained in:
ChristopheSeux
2023-10-19 12:08:14 +02:00
parent 30ebe24eae
commit a1d7773165
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ class VSETB_OT_upload_to_tracker(Operator):
if self.add_preview:
strip_data = {**format_data, **strip_settings.format_data}
preview = project.render_strip_template.format(**strip_data)
preview = project.render_video_strip_template.format(**strip_data)
preview = Path(os.path.abspath(bpy.path.abspath(preview)))
#print(preview)
if not preview.exists():