Page MenuHome

Fix T82703: Image not scaled when rendering
ClosedPublic

Authored by Richard Antalik (ISS) on Nov 14 2020, 1:19 AM.

Details

Summary

This is was caused by incorrectly set preview_render_size in VSE
rendering context. Value was set to SEQ_PROXY_RENDER_SIZE_FULL, but
it should be SEQ_PROXY_RENDER_SIZE_SCENE as scene render size is
being used.

This is same fix as 0d7036b40e68, but I did not checked openGL
render pipeline.

Diff Detail

Repository
rB Blender
Branch
T82703 (branched from master)
Build Status
Buildable 11263
Build 11263: arc lint + arc unit

Event Timeline

Richard Antalik (ISS) requested review of this revision.Nov 14 2020, 1:19 AM
This revision is now accepted and ready to land.Nov 16 2020, 9:57 AM
This revision was automatically updated to reflect the committed changes.