mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Blender image sequences now generate a preview mp4 on completion
This commit is contained in:
@@ -36,7 +36,7 @@ def generate_thumbnail_for_job(job, thumb_video_path, thumb_image_path, max_widt
|
||||
os.remove(in_progress_path)
|
||||
|
||||
# Determine best source file to use for thumbs
|
||||
if job.render_status() == RenderStatus.COMPLETED: # use finished file for thumb
|
||||
if job.status == RenderStatus.COMPLETED: # use finished file for thumb
|
||||
source_path = job.file_list()
|
||||
else:
|
||||
source_path = [job.input_path] # use source if nothing else
|
||||
|
||||
Reference in New Issue
Block a user