Skip to content

Commit

Permalink
Prepare normalized expected file names
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Trllo <[email protected]>
  • Loading branch information
kalisp and iLLiCiTiT authored Dec 5, 2024
1 parent 2a20a9d commit 81c71a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/ayon_core/pipeline/farm/pyblish_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81c71a7

Please sign in to comment.