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:
authorWilliam Reynish <billrey@me.com>2019-06-21 21:34:24 +0300
committerWilliam Reynish <billrey@me.com>2019-06-21 21:34:24 +0300
commitad4f5092ecaf919e415fec4ca62b0172293a2075 (patch)
tree7d0c21ce3c044a34d7adda660dd453b7e722e3a7 /release/scripts/startup/bl_ui
parent84040b86130d7678f73120c14c261c10b0e22854 (diff)
UI: Remove redundant Running Jobs from Sequencer header.
You would see the running jobs thrice, once in each Sequencer header and in the Status Bar too. One instance of this is more than enough.
Diffstat (limited to 'release/scripts/startup/bl_ui')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index a5e8a44b47a..896a1e2eae6 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -106,8 +106,6 @@ class SEQUENCER_HT_header(Header):
layout.separator_spacer()
- layout.template_running_jobs()
-
if st.view_type in {'SEQUENCER', 'SEQUENCER_PREVIEW'}:
layout.separator()
layout.operator("sequencer.refresh_all", icon='FILE_REFRESH', text="")