mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
flame: fix selection
This commit is contained in:
parent
460048ef4c
commit
4fa7eb25ff
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ def get_sequence_segments(sequence, selected=False):
|
|||
for segment in track.segments:
|
||||
if segment.name.get_value() == "":
|
||||
continue
|
||||
if segment.hidden:
|
||||
if segment.hidden.get_value() is True:
|
||||
continue
|
||||
if (
|
||||
selected is True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue