Skip to content

Commit

Permalink
Adjust get_current_sequence.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Nov 27, 2024
1 parent 29eb376 commit 8127064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/ayon_flame/api/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ def segment_to_sequence(_segment):

process_timeline = None

if not selection:
selection = [flame.timeline.current_segment]

if len(selection) == 1:
if isinstance(selection[0], flame.PySequence):
process_timeline = selection[0]
Expand Down

0 comments on commit 8127064

Please sign in to comment.