mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
flame: fixing skip condition
This commit is contained in:
parent
bb222642fa
commit
c5683f50d4
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ def create_otio_timeline(sequence):
|
|||
len(track.segments) == 0
|
||||
or track.hidden.get_value()
|
||||
):
|
||||
return None
|
||||
continue
|
||||
|
||||
# convert track to otio
|
||||
otio_track = create_otio_track(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue