mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
flame: fixing broken get_clips_in_reels
This commit is contained in:
parent
5b260afc6a
commit
575898490f
1 changed files with 2 additions and 1 deletions
|
|
@ -405,7 +405,8 @@ def get_clips_in_reels(project):
|
|||
for segment in track.segments:
|
||||
segment_data = _get_segment_attributes(
|
||||
segment, from_clip=True)
|
||||
clip_data.update(segment_data)
|
||||
if segment_data:
|
||||
clip_data.update(segment_data)
|
||||
|
||||
output_clips.append(clip_data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue