From d68dca98ce6705dd69285692f3cdc1dbf2213c1d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 5 Jan 2022 15:27:33 +0100 Subject: Cleanup: fix typos in source code Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801 --- power_sequencer/operators/fade_add.py | 2 +- power_sequencer/operators/mouse_trim_modal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'power_sequencer') diff --git a/power_sequencer/operators/fade_add.py b/power_sequencer/operators/fade_add.py index dd75c864..11ef5b3c 100644 --- a/power_sequencer/operators/fade_add.py +++ b/power_sequencer/operators/fade_add.py @@ -27,7 +27,7 @@ class POWER_SEQUENCER_OT_fade_add(bpy.types.Operator): Fade options: - In, Out, In and Out create a fade animation of the given duration from - the start of the sequence, to the end of the sequence, or on boths sides + the start of the sequence, to the end of the sequence, or on both sides - From playhead: the fade animation goes from the start of sequences under the playhead to the playhead - To playhead: the fade animation goes from the playhead to the end of sequences under the playhead diff --git a/power_sequencer/operators/mouse_trim_modal.py b/power_sequencer/operators/mouse_trim_modal.py index 4fbffd47..a6b69812 100644 --- a/power_sequencer/operators/mouse_trim_modal.py +++ b/power_sequencer/operators/mouse_trim_modal.py @@ -46,7 +46,7 @@ class POWER_SEQUENCER_OT_mouse_trim(bpy.types.Operator): *brief* Cut or Trim strips quickly with the mouse cursor - Click somehwere in the Sequencer to insert a cut, click and drag to trim + Click somewhere in the Sequencer to insert a cut, click and drag to trim With this function you can quickly cut and remove a section of strips while keeping or collapsing the remaining gap. Press Ctrl to snap to cuts. -- cgit v1.2.3