- menu for selecting add scenes for the sequencer.

- update internal 'btempdir' from userprefs on changing and initializing the temp dir.
- add sequence strip operators nolonger require the sequence view to be active (better for automation).
(commit 27434 by Campbell from render25 branch)
This commit is contained in:
Brecht Van Lommel
2010-03-16 17:23:20 +00:00
parent 9a986d194c
commit 63a368ceaa
5 changed files with 48 additions and 12 deletions

View File

@@ -185,7 +185,7 @@ class SEQUENCER_MT_add(bpy.types.Menu):
layout.operator_context = 'INVOKE_REGION_WIN'
layout.column()
layout.operator("sequencer.scene_strip_add", text="Scene")
layout.operator_menu_enum("sequencer.scene_strip_add", "scene", text="Scene...")
layout.operator("sequencer.movie_strip_add", text="Movie")
layout.operator("sequencer.image_strip_add", text="Image")
layout.operator("sequencer.sound_strip_add", text="Sound")