[Bf-blender-cvs] [5e82981f476] master: Sequencer: Fix broken interface script since 415ff74

Sergey Sharybin noreply at git.blender.org
Mon May 8 14:55:16 CEST 2017


Commit: 5e82981f476c46bb841c185b4750ecc45e987d74
Author: Sergey Sharybin
Date:   Mon May 8 14:54:49 2017 +0200
Branches: master
https://developer.blender.org/rB5e82981f476c46bb841c185b4750ecc45e987d74

Sequencer: Fix broken interface script since 415ff74

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

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 ac26c3f4713..55689a13da4 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -1007,7 +1007,7 @@ class SEQUENCER_PT_filter(SequencerButtonsPanel, Panel):
         col.prop(strip, "use_reverse_frames", text="Reverse")
         col.prop(strip, "use_deinterlace")
 
-        col = row.column()
+        col = split.column()
         col.prop(strip, "use_flip_x", text="X Flip")
         col.prop(strip, "use_flip_y", text="Y Flip")




More information about the Bf-blender-cvs mailing list