== Sequencer ==

Fixes: [#17347] Scaling problems when "Use Translate" is enabled for image strip
This commit is contained in:
2008-07-26 06:43:36 +00:00
parent 8234abe2b5
commit 9f803439c7

View File

@@ -1473,8 +1473,8 @@ static void input_preprocess(Sequence * seq, TStripElem* se, int cfra)
dy = sy; dy = sy;
if (seq->flag & SEQ_USE_TRANSFORM) { if (seq->flag & SEQ_USE_TRANSFORM) {
dx = seqrectx; dx = G.scene->r.xsch;
dy = seqrecty; dy = G.scene->r.ysch;
} }
if (c.top + c.bottom >= se->ibuf->y || if (c.top + c.bottom >= se->ibuf->y ||