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:
authorThomas Dinges <blender@dingto.org>2013-12-14 12:14:33 +0400
committerThomas Dinges <blender@dingto.org>2013-12-14 12:14:33 +0400
commit92afb52ebd46852e799ff583486e92537f8e9874 (patch)
tree64e1d55aba8c5241df8b8182c60633fda79c25e1 /release/scripts/startup/bl_ui/space_info.py
parentff6bf133ad07d61b25fa3d5e74c4068c11990f9a (diff)
Interface: Remove Play button from the Render panel, only keep in the "Render" menu.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_info.py')
-rw-r--r--release/scripts/startup/bl_ui/space_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_info.py b/release/scripts/startup/bl_ui/space_info.py
index e1f04a74ac5..d098a007297 100644
--- a/release/scripts/startup/bl_ui/space_info.py
+++ b/release/scripts/startup/bl_ui/space_info.py
@@ -210,7 +210,7 @@ class INFO_MT_render(Menu):
layout.separator()
layout.operator("render.view_show")
- layout.operator("render.play_rendered_anim")
+ layout.operator("render.play_rendered_anim", icon='PLAY')
class INFO_MT_window(Menu):