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-04-28 18:11:12 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-04-28 18:16:27 +0300
commitd20f3992392a7fb308f85fd4a920aaf99230b227 (patch)
tree0afdbdfa173cf3d77af2d3b8b4a334f0d3ea1bef /source/blender/depsgraph
parentbb2f959a07ce7744285a525275ff8766991fffc3 (diff)
VSE: Fix colorbleed on scaled images
When frame is rendered to file, bilinear interpolation on scaled images caused blurred edges. This is fixed by not doing interpolation with pixels outside of source buffer. Such fix doesn't cover cropped images which are currently cropped by filling area of image with black transparent color, because image buffer has bigger size than visible image area. This is fixed by offsetting range used in previous fix by amount, that would correspond to crop distance. Because of this, image area doesn't even need to be filled with transparency. Reviewed By: sergey Differential Revision: https://developer.blender.org/D11058
Diffstat (limited to 'source/blender/depsgraph')
0 files changed, 0 insertions, 0 deletions