From 425a3f6a705beab849cab36d2ca2ae43726d700f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Jan 2021 12:33:47 +1100 Subject: Cleanup: strip trailing space --- power_sequencer/operators/utils/functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'power_sequencer') diff --git a/power_sequencer/operators/utils/functions.py b/power_sequencer/operators/utils/functions.py index 5b33067c..021dfd54 100644 --- a/power_sequencer/operators/utils/functions.py +++ b/power_sequencer/operators/utils/functions.py @@ -275,11 +275,11 @@ def trim_strips(context, frame_start, frame_end, to_trim, to_delete=[]): bpy.ops.sequencer.split(frame=trim_start, type="SOFT", side="RIGHT") bpy.ops.sequencer.split(frame=trim_end, type="SOFT", side="LEFT") to_delete.append(context.selected_sequences[0]) - + for c in context.sequences: if c.channel == s.channel: strips_in_target_channel.append(c) - + if s in initial_selection: initial_selection.append(strips_in_target_channel[0]) continue -- cgit v1.2.3