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:
authorTon Roosendaal <ton@blender.org>2010-01-29 19:25:31 +0300
committerTon Roosendaal <ton@blender.org>2010-01-29 19:25:31 +0300
commite803c033088a4b17b9a0f142851801e26f3395ba (patch)
tree21137954412aa1465983989a97576d33c244635d /source/blender/editors/space_sequencer
parent27f715052a6d2c623cfdc19ebe4dd051e0a0aa06 (diff)
Two fixes, errors caused by drag n drop commit:
- Icons for brushes disabled List Box to work (paint buttons) - Mouse-release in secondary Blender windows didn't get registered in window where mouse-press initiated. And fixed annoyance: adding image strip makes it 25 frames long, so you can drag and extend it easily.
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_add.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_add.c b/source/blender/editors/space_sequencer/sequencer_add.c
index 6938b238e79..2c952c847fb 100644
--- a/source/blender/editors/space_sequencer/sequencer_add.c
+++ b/source/blender/editors/space_sequencer/sequencer_add.c
@@ -417,6 +417,8 @@ static int sequencer_add_image_strip_exec(bContext *C, wmOperator *op)
}
else {
BLI_split_dirfile_basic(seq_load.path, NULL, se->name);
+ seq->startstill= 25;
+ seq->endstill= 25;
}
calc_sequence_disp(seq);