Fix EDL not loading video with audio

thanks to Tintwotin
This commit is contained in:
Campbell Barton 2014-11-15 23:35:30 +01:00
parent d3f8d84aeb
commit 0a853ec83c
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ def load_edl(scene, filename, reel_files, reel_offsets, global_offset):
path_full = reel_files[edit.reel]
path_dironly, path_fileonly = os.path.split(path_full)
if edit.edit_type & parse_edl.EDIT_VIDEO: # and edit.transition_type == parse_edl.TRANSITION_CUT:
if edit.edit_type & (parse_edl.EDIT_VIDEO | parse_edl.EDIT_VIDEO_AUDIO):
# and edit.transition_type == parse_edl.TRANSITION_CUT:
# try:
strip = sequence_editor.sequences.new_movie(