mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Prepare normalized expected file names
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
2a20a9d169
commit
81c71a757f
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue