Merge branch 'develop' into feature/AY-2218_Plugin-hooks-Loader-and-Scene-Inventory

This commit is contained in:
Ondřej Samohel 2025-05-07 09:35:55 +02:00
commit 2d4acc643f
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -280,7 +280,7 @@ class ExtractOIIOTranscode(publish.Extractor):
collection = collections[0]
frames = list(collection.indexes)
if collection.holes():
if collection.holes().indexes:
return files_to_convert
frame_str = "{}-{}#".format(frames[0], frames[-1])