mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #1257 from BigRoy/bugfix/extract_oiio_transcode_fix_holes_check
This commit is contained in:
commit
192f2ca6ab
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ class ExtractOIIOTranscode(publish.Extractor):
|
||||||
|
|
||||||
collection = collections[0]
|
collection = collections[0]
|
||||||
frames = list(collection.indexes)
|
frames = list(collection.indexes)
|
||||||
if collection.holes():
|
if collection.holes().indexes:
|
||||||
return files_to_convert
|
return files_to_convert
|
||||||
|
|
||||||
frame_str = "{}-{}#".format(frames[0], frames[-1])
|
frame_str = "{}-{}#".format(frames[0], frames[-1])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue