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/value_offset.py')
-rw-r--r--power_sequencer/operators/value_offset.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/power_sequencer/operators/value_offset.py b/power_sequencer/operators/value_offset.py
index debd2ef6..e876a1bd 100644
--- a/power_sequencer/operators/value_offset.py
+++ b/power_sequencer/operators/value_offset.py
@@ -21,9 +21,8 @@ from .utils.functions import convert_duration_to_frames
class POWER_SEQUENCER_OT_value_offset(bpy.types.Operator):
- """Instantly offset selected strips, either using frames or seconds. Allows to
- nudge the selection quickly, using keyboard shortcuts.
- """
+ """Instantly offset selected strips, either using frames or seconds. """ \
+ """Allows to nudge the selection quickly, using keyboard shortcuts"""
doc = {
"name": doc_name(__qualname__),