Sequence effect scale to length should work with the original (non-extruded) length of the target strip.

This commit is contained in:
Janne Karhu 2010-09-30 09:34:22 +00:00
parent 22dbb1eb6e
commit 38c3a5f363
1 changed files with 1 additions and 1 deletions

View File

@ -3007,7 +3007,7 @@ void sequence_effect_speed_rebuild_map(Scene *scene, Sequence * seq, int force)
}
if (v->flags & SEQ_SPEED_COMPRESS_IPO_Y) {
facf *= v->length;
facf *= seq->seq1->len;
}
facf *= v->globalSpeed;