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:
authorCampbell Barton <ideasman42@gmail.com>2009-07-31 00:22:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-31 00:22:55 +0400
commit9561d34dbb1adf3c1f6ef3d0f3811171e792a071 (patch)
treebc4c6f5bd0faa2e5a15b2173a7f1d6d9f1725d00 /release
parent0d45058867d39355b551931c0870f69a21bae8ae (diff)
changes to defaults for sequencer strip adding
Diffstat (limited to 'release')
-rw-r--r--release/ui/space_sequencer.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/ui/space_sequencer.py b/release/ui/space_sequencer.py
index 4f60f5ccd61..4cba4d0af3a 100644
--- a/release/ui/space_sequencer.py
+++ b/release/ui/space_sequencer.py
@@ -149,10 +149,8 @@ class SEQUENCER_MT_add(bpy.types.Menu):
layout.column()
layout.itemO("sequencer.scene_strip_add", text="Scene")
layout.itemO("sequencer.movie_strip_add", text="Movie")
- layout.item_booleanO("sequencer.movie_strip_add", "sound", True, text="Movie & Sound") # FFMPEG ONLY
layout.itemO("sequencer.image_strip_add", text="Image")
- layout.itemO("sequencer.sound_strip_add", text="Sound (Ram)")
- layout.item_booleanO("sequencer.sound_strip_add", "hd", True, text="Sound (Streaming)") # FFMPEG ONLY
+ layout.itemO("sequencer.sound_strip_add", text="Sound")
layout.itemM("SEQUENCER_MT_add_effect")