mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Set correct start and end frames for existing sequences
This commit is contained in:
parent
26d63e6bea
commit
55bcd6bba7
1 changed files with 3 additions and 0 deletions
|
|
@ -579,6 +579,9 @@ class LayoutLoader(api.Loader):
|
|||
else:
|
||||
for e in existing_sequences:
|
||||
sequences.append(e.get_asset())
|
||||
frame_ranges.append((
|
||||
e.get_asset().get_playback_start(),
|
||||
e.get_asset().get_playback_end()))
|
||||
|
||||
i += 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue