== Sequencer ==

Added IPO-support to color strip.
This commit is contained in:
2008-03-30 14:23:15 +00:00
parent 0eda26d126
commit cc4858cde0
2 changed files with 50 additions and 8 deletions

View File

@@ -875,7 +875,8 @@ TStripElem *give_tstripelem(Sequence *seq, int cfra)
alpha over mode...
*/
if (seq->blend_mode != SEQ_BLEND_REPLACE ||
(seq->ipo && seq->ipo->curve.first && !(seq->type & SEQ_EFFECT))) {
(seq->ipo && seq->ipo->curve.first && (
!(seq->type & SEQ_EFFECT) || !seq->seq1))) {
Strip * s = seq->strip;
if (cfra < seq->start) {
se = s->tstripdata_startstill;