fix export edl and upload to kitsu
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user