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:
authorNathan Lovato <nathan@gdquest.com>2020-05-16 23:43:41 +0300
committerDalai Felinto <dalai@blender.org>2020-05-29 10:53:52 +0300
commit3596c03d899419057679f0c9504cdad1f718e6b9 (patch)
treee5d71e5331bdc040b9c4c1c08a8522ba78345235 /power_sequencer/operators/scene_merge_from.py
parent2d417f1fa03612c5de34b6c216190e8e10f1be59 (diff)
Remove periods from docstrings, format code with black
Diffstat (limited to 'power_sequencer/operators/scene_merge_from.py')
-rw-r--r--power_sequencer/operators/scene_merge_from.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/power_sequencer/operators/scene_merge_from.py b/power_sequencer/operators/scene_merge_from.py
index 2908ebcd..16b2710d 100644
--- a/power_sequencer/operators/scene_merge_from.py
+++ b/power_sequencer/operators/scene_merge_from.py
@@ -22,8 +22,7 @@ from .utils.doc import doc_name, doc_idname, doc_brief, doc_description
class POWER_SEQUENCER_OT_merge_from_scene_strip(bpy.types.Operator):
"""
*brief* Copies all sequences and markers from a SceneStrip's scene into
- the active scene. Optionally delete the source scene and the strip.
-
+ the active scene. Optionally delete the source scene and the strip
WARNING: Currently the operator doesn't recreate any animation data,
be careful by choosing to delete the scene after the merge