Operator that sets proxies needs to cater for all supported strip types

This commit is contained in:
Antony Riakiotakis
2015-01-30 16:09:55 +01:00
parent b58b182753
commit 0da38ada07

View File

@@ -3434,7 +3434,7 @@ static int sequencer_enable_proxies_exec(bContext *C, wmOperator *op)
SEQP_BEGIN(ed, seq)
{
if ((seq->flag & SELECT)) {
if (seq->type == SEQ_TYPE_MOVIE) {
if (ELEM(seq->type, SEQ_TYPE_MOVIE, SEQ_TYPE_IMAGE, SEQ_TYPE_META, SEQ_TYPE_SCENE, SEQ_TYPE_MULTICAM)) {
BKE_sequencer_proxy_set(seq, turnon);
if (proxy_25)