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:
authorCampbell Barton <ideasman42@gmail.com>2019-10-29 22:15:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-29 22:15:38 +0300
commit09e813f30343695f1442bce33de811598a31b888 (patch)
tree8d037be5bb7f966f5bcb5dbc3ca9e13e990915d4 /release
parent48d1928798b9a4da347283082de080fd7f789334 (diff)
parent7ae187c5d4964be3106420e74dc334dc44df902c (diff)
Merge branch 'blender-v2.81-release'
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index 0ad6be13f48..5624236b6fc 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -1006,10 +1006,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")