Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'power_sequencer/operators/transitions_remove.py')
-rw-r--r--power_sequencer/operators/transitions_remove.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/power_sequencer/operators/transitions_remove.py b/power_sequencer/operators/transitions_remove.py
index aabb2af5..4ebd2b44 100644
--- a/power_sequencer/operators/transitions_remove.py
+++ b/power_sequencer/operators/transitions_remove.py
@@ -44,7 +44,6 @@ class POWER_SEQUENCER_OT_transitions_remove(bpy.types.Operator):
def poll(cls, context):
return context.selected_sequences
-
def execute(self, context):
to_process = (
self.sequences_override if self.sequences_override else context.selected_sequences