mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix expected files must be only file names
This commit is contained in:
parent
6836a7f79b
commit
d65865563f
1 changed files with 2 additions and 1 deletions
|
|
@ -525,7 +525,8 @@ def _get_real_files_to_render(collection, frames_to_render):
|
|||
collection.padding,
|
||||
indexes=included_frames
|
||||
)
|
||||
return list(real_collection)
|
||||
real_full_paths = list(real_collection)
|
||||
return [os.path.basename(file_url) for file_url in real_full_paths]
|
||||
|
||||
|
||||
def create_instances_for_aov(instance, skeleton, aov_filter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue