Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_select.c
| Context not available. | |||||
| continue; | continue; | ||||
| } | } | ||||
| /* If the seq is an effect one, we need extra cheking! */ | /* If the seq is an effect one, we need extra checking! */ | ||||
| if (SEQ_IS_EFFECT(seq) && ((seq->seq1 && seq->seq1->tmp) || | if (SEQ_IS_EFFECT(seq) && ((seq->seq1 && seq->seq1->tmp) || | ||||
| (seq->seq2 && seq->seq2->tmp) || | (seq->seq2 && seq->seq2->tmp) || | ||||
| (seq->seq3 && seq->seq3->tmp))) | (seq->seq3 && seq->seq3->tmp))) | ||||
| Context not available. | |||||
| BKE_sequence_iterator_begin(ed, &iter, true); | BKE_sequence_iterator_begin(ed, &iter, true); | ||||
| } | } | ||||
| /* Video strips bellow active one, or any strip for audio (order do no matters here!). */ | /* Video strips below active one, or any strip for audio (order do no matters here!). */ | ||||
| else if (seq->machine < machine || is_audio) { | else if (seq->machine < machine || is_audio) { | ||||
| seq->flag |= SELECT; | seq->flag |= SELECT; | ||||
| changed = true; | changed = true; | ||||
| Context not available. | |||||