Fix export csv
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ def get_strips(channel=0, selected_only=False):
|
||||
if isinstance(channel, str):
|
||||
channel = get_channel_index(channel)
|
||||
|
||||
strips = [s for s in scn.sequence_editor.sequences_all if s.channel==channel]
|
||||
strips = [s for s in scn.sequence_editor.sequences if s.channel==channel]
|
||||
|
||||
if selected_only:
|
||||
strips = [s for s in strips if s.select]
|
||||
|
||||
Reference in New Issue
Block a user