mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
flame: fix missing return
This commit is contained in:
parent
a2bb8f1839
commit
2f0fcaebe1
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ def _get_video_track_names(sequence):
|
|||
for track in ver.tracks:
|
||||
track_names.append(track.name.get_value())
|
||||
|
||||
return track_names
|
||||
|
||||
class CreateShotClip(fplugin.Creator):
|
||||
"""Publishable clip"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue