Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2012-02-29 15:23:27 +0400
committerJoerg Mueller <nexyon@gmail.com>2012-02-29 15:23:27 +0400
commit31cd0521ae64e95982bd4bd4f8685b7cf96d4248 (patch)
tree44161a3b57e579b70c8255ee9a55c738015bf710 /release/scripts/startup/bl_ui/space_sequencer.py
parent33baddfc4798dffab27247ba2c3a81d19a96e199 (diff)
Making crossfading sounds accessible in the sequencer menu.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_sequencer.py')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index 09af7af0819..723fbd2e3d4 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -264,6 +264,9 @@ class SEQUENCER_MT_strip(Menu):
layout.separator()
# layout.operator("sequencer.movie_change")
layout.operator("sequencer.rendersize")
+ elif stype == 'SOUND':
+ layout.separator()
+ layout.operator("sequencer.crossfade_sounds")
layout.separator()