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/scene_merge_from.py')
-rw-r--r--power_sequencer/operators/scene_merge_from.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/power_sequencer/operators/scene_merge_from.py b/power_sequencer/operators/scene_merge_from.py
index 16b2710d..5c3f40b0 100644
--- a/power_sequencer/operators/scene_merge_from.py
+++ b/power_sequencer/operators/scene_merge_from.py
@@ -73,9 +73,7 @@ class POWER_SEQUENCER_OT_merge_from_scene_strip(bpy.types.Operator):
context.window.scene = strip_scene
bpy.ops.scene.delete()
context.window.scene = start_scene
- self.report(
- type={"WARNING"}, message="Merged scenes lose all their animation data."
- )
+ self.report(type={"WARNING"}, message="Merged scenes lose all their animation data.")
return {"FINISHED"}