handle animation clips
This commit is contained in:
parent
fee8e821f9
commit
3a367e8c73
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ class Command(BaseCommand):
|
||||||
clip['editingtags'] = i.data.get('editingtags', [])
|
clip['editingtags'] = i.data.get('editingtags', [])
|
||||||
if "original" in clip and "foreground" in clip and "background" in clip:
|
if "original" in clip and "foreground" in clip and "background" in clip:
|
||||||
clips.append(clip)
|
clips.append(clip)
|
||||||
|
elif "original" in clip and "animation" in clip:
|
||||||
|
clips.append(clip)
|
||||||
else:
|
else:
|
||||||
print("ignoring incomplete video", i)
|
print("ignoring incomplete video", i)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue