mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flame: fix selection
This commit is contained in:
parent
70d31f2ef1
commit
da1bb80b62
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,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