Add template icon

This commit is contained in:
2023-03-20 19:05:22 +01:00
parent 3e8cfec634
commit 9bc6f0cd2d
8 changed files with 686 additions and 63 deletions
-1
View File
@@ -121,7 +121,6 @@ def import_edit(filepath, adapter="cmx_3600", clean_sequencer=False):
for child in track.each_child(shallow_search=True):
# FIXME Exclude Gaps for now. Gaps are Transitions, Blank Spaces...
# if type(child) != Clip:
if not isinstance(child, Clip):
continue