[Bf-blender-cvs] [ad4f5092eca] master: UI: Remove redundant Running Jobs from Sequencer header.

William Reynish noreply at git.blender.org
Fri Jun 21 20:34:26 CEST 2019


Commit: ad4f5092ecaf919e415fec4ca62b0172293a2075
Author: William Reynish
Date:   Fri Jun 21 20:34:24 2019 +0200
Branches: master
https://developer.blender.org/rBad4f5092ecaf919e415fec4ca62b0172293a2075

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.

===================================================================

M	release/scripts/startup/bl_ui/space_sequencer.py

===================================================================

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="")



More information about the Bf-blender-cvs mailing list