Add template icon
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user