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:
authorPablo Vazquez <venomgfx@gmail.com>2013-01-29 05:43:03 +0400
committerPablo Vazquez <venomgfx@gmail.com>2013-01-29 05:43:03 +0400
commit56f82655ed0535ed0d935f1eb6c435ea25be3db2 (patch)
treed8919ecfccc2df93b976d717c97ceade5ac38552 /release/scripts/startup/bl_ui/space_info.py
parent3b45518080387e4bf8aeab8729dbc487889b4cac (diff)
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.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_info.py')
-rw-r--r--release/scripts/startup/bl_ui/space_info.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_info.py b/release/scripts/startup/bl_ui/space_info.py
index 882cd1d2961..47e8844742a 100644
--- a/release/scripts/startup/bl_ui/space_info.py
+++ b/release/scripts/startup/bl_ui/space_info.py
@@ -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()