Fix expected files must be only file names

This commit is contained in:
Petr Kalis 2024-12-09 14:53:17 +01:00
parent 6836a7f79b
commit d65865563f

View file

@ -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,