Window menu: Make Screencast (should be Save?, to match screenshot?) option.

Thought of setting the operator context before so it wouldnt invoke the confirmation dialog, but better leave it by default to confirm since it might be clicked by mistake and start dumping video/image-sequence and can get annoying.
This commit is contained in:
Pablo Vazquez 2013-01-29 01:43:03 +00:00
parent 3b45518080
commit 56f82655ed

@ -366,6 +366,7 @@ class INFO_MT_window(Menu):
layout.separator()
layout.operator("screen.screenshot").full = True
layout.operator("screen.screencast").full = True
if sys.platform[:3] == "win":
layout.separator()