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_create_from_selection.py')
-rw-r--r--power_sequencer/operators/scene_create_from_selection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/power_sequencer/operators/scene_create_from_selection.py b/power_sequencer/operators/scene_create_from_selection.py
index 14b08768..57c6a6df 100644
--- a/power_sequencer/operators/scene_create_from_selection.py
+++ b/power_sequencer/operators/scene_create_from_selection.py
@@ -65,7 +65,6 @@ class POWER_SEQUENCER_OT_scene_create_from_selection(bpy.types.Operator):
bpy.ops.scene.new(type="FULL_COPY")
context.window.scene.name = context.selected_sequences[0].name
- print(context.selected_sequences[0].name)
new_scene_name = context.window.scene.name