mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Used clique method
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
74cb8574ee
commit
d473118d39
1 changed files with 1 additions and 2 deletions
|
|
@ -280,8 +280,7 @@ class ExtractOIIOTranscode(publish.Extractor):
|
|||
|
||||
collection = collections[0]
|
||||
frames = list(collection.indexes)
|
||||
real_range = list(range(frames[0], frames[-1] + 1))
|
||||
if set(frames) != set(real_range): # check for gaps
|
||||
if collection.holes():
|
||||
return files_to_convert
|
||||
|
||||
frame_str = "{}-{}#".format(frames[0], frames[-1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue