[Bf-blender-cvs] [7ae187c5d49] blender-v2.81-release: UI: make color strip 'Only Boost' readable in glow panel

Campbell Barton noreply at git.blender.org
Tue Oct 29 20:15:09 CET 2019


Commit: 7ae187c5d4964be3106420e74dc334dc44df902c
Author: Campbell Barton
Date:   Wed Oct 30 06:13:32 2019 +1100
Branches: blender-v2.81-release
https://developer.blender.org/rB7ae187c5d4964be3106420e74dc334dc44df902c

UI: make color strip 'Only Boost' readable in glow panel

D6115 by @tintwotin

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

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 f482b05ddd7..fc7afe10f20 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -1003,10 +1003,8 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
             flow.prop(strip, "clamp", slider=True)
             flow.prop(strip, "boost_factor")
             flow.prop(strip, "blur_radius")
-
-            row = layout.row()
-            row.prop(strip, "quality", slider=True)
-            row.prop(strip, "use_only_boost")
+            flow.prop(strip, "quality", slider=True)
+            flow.prop(strip, "use_only_boost")
 
         elif strip_type == 'SPEED':
             layout.prop(strip, "use_default_fade", text="Stretch to input strip length")



More information about the Bf-blender-cvs mailing list