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-08-19 13:50:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-19 13:50:52 +0300
commit79710a417cd4375e3c4f5fcf2b0fd935b8ffc608 (patch)
tree358c2843cb5c1fe1a8f4aa1007d8b64da18d740e
parent6f1752706221b0829cf526a4f6a2c2cf434017d7 (diff)
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
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py2
1 files changed, 1 insertions, 1 deletions
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,