Make it possible to put audio strips into meta strips in the sequencer.

This commit is contained in:
Joerg Mueller
2009-11-14 20:17:05 +00:00
parent e94640040b
commit 694525e38b

View File

@@ -2103,10 +2103,6 @@ static int sequencer_meta_make_exec(bContext *C, wmOperator *op)
while(seq) {
if(seq->flag & SELECT) {
tot++;
if (seq->type == SEQ_SOUND) {
BKE_report(op->reports, RPT_ERROR, "Can't make Meta Strip from audio");
return OPERATOR_CANCELLED;;
}
}
seq= seq->next;
}