== Sequencer ==
Fixes: [#17347] Scaling problems when "Use Translate" is enabled for image strip
This commit is contained in:
@@ -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 ||
|
||||||
|
|||||||
Reference in New Issue
Block a user