mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
oscar's comment
This commit is contained in:
parent
a687cc068d
commit
284b7069ce
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ def deliver_sequence(
|
|||
src_head = src_collection.head
|
||||
src_tail = src_collection.tail
|
||||
uploaded = 0
|
||||
first_frame = next(iter(src_collection.indexes))
|
||||
first_frame = min(src_collection.indexes)
|
||||
for index in src_collection.indexes:
|
||||
src_padding = src_collection.format("{padding}") % index
|
||||
src_file_name = "{}{}{}".format(src_head, src_padding, src_tail)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue