Blender Git Commit Log
Git Commits -> Revision 64a1b02
Revision 64a1b02 by Manuel Castilla (compositor-full-frame) July 27, 2021, 19:52 (GMT) |
Compositor: Add sampling methods for full frame Current sampling methods do not take into account area offsets and have some off by 1 issues on full frame. For example on bilinear bottom and left image border pixel is not fully sampled and creates edges. Other issue is they use `wrap_pixel` when most of the time is not needed. In order to not affect tiled implementation, this commit creates specific sampling methods for full frame needs. |
Commit Details:
Full Hash: 64a1b02bdad85629a55140745a2deccb04d14d3d
Parent Commit: 9371895
Lines Changed: +105, -2