[Bf-blender-cvs] [79710a417cd] master: UI: re-order sequencer effects panel in side-bar

Campbell Barton noreply at git.blender.org
Mon Aug 19 12:53:52 CEST 2019


Commit: 79710a417cd4375e3c4f5fcf2b0fd935b8ffc608
Author: Campbell Barton
Date:   Mon Aug 19 20:50:52 2019 +1000
Branches: master
https://developer.blender.org/rB79710a417cd4375e3c4f5fcf2b0fd935b8ffc608

UI: re-order sequencer effects panel in side-bar

When working with Effect strips it is not optimal to have to scroll
downwards to get to the important settings for these kinds of strips.

D5512 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 9df37158c07..a4dc61af2a4 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -2128,6 +2128,7 @@ classes = (
 
     SEQUENCER_PT_strip,
 
+    SEQUENCER_PT_effect,
     SEQUENCER_PT_adjust,
     SEQUENCER_PT_adjust_comp,
     SEQUENCER_PT_adjust_transform,
@@ -2137,7 +2138,6 @@ classes = (
     SEQUENCER_PT_adjust_color,
     SEQUENCER_PT_adjust_sound,
 
-    SEQUENCER_PT_effect,
     SEQUENCER_PT_scene,
     SEQUENCER_PT_mask,
     SEQUENCER_PT_effect_text_style,



More information about the Bf-blender-cvs mailing list