remove print...
parent
0e416a2927
commit
8dae79cd35
|
@ -116,7 +116,6 @@ def import_edit(filepath, adapter="cmx_3600", clean_sequencer=False):
|
||||||
scn.frame_start = (
|
scn.frame_start = (
|
||||||
0 if timeline.global_start_time is None else timeline.global_start_time
|
0 if timeline.global_start_time is None else timeline.global_start_time
|
||||||
)
|
)
|
||||||
# scn.frame_end = otio.opentime.to_frames(timeline.duration())
|
|
||||||
for track in timeline.tracks:
|
for track in timeline.tracks:
|
||||||
for child in track.each_child(shallow_search=True):
|
for child in track.each_child(shallow_search=True):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue