Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2021-02-01 12:53:27 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-02-01 13:02:25 +0300
commitd85789255320fe4e1aca8049a252241f3b8ef540 (patch)
tree6874cec7b77e929781159854a7c50882f2a0df10 /source/blender/gpu
parent54ac63f06b59517fca43860e465f4779432dc7a3 (diff)
VSE: Fix proxy images have incorrect size
This bug happens when media size doesn't match scene size and proxies are enabled. This is because some strips are rendered in preview size already - effects, mask or strips using proxies. If strip input is prescaled it needs to be known when transforming images, which does also scaling to preview size as one operation. whether image needs prescaling is defined in function `seq_need_scale_to_render_size()` Problem was introduced in 571362642201. Previously all images were scaled to fit into preview, and this was considered as baseline for further image transformation. Reviewed By: sergey Differential Revision: https://developer.blender.org/D10183
Diffstat (limited to 'source/blender/gpu')
0 files changed, 0 insertions, 0 deletions