Prepare normalized expected file names

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2024-12-05 17:15:40 +01:00 committed by GitHub
parent 2a20a9d169
commit 81c71a757f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -525,7 +525,10 @@ def _get_real_files_to_render(collection, frames_to_render):
}
head_name = os.path.basename(collection.head)
normalized_filenames = {
f"{head_name}{frame}{collection.tail}"
for frame in normalized_frames_to_render
}
file_names = [os.path.basename(f) for f in collection]
return [
file_name