Blender Git Loki
Git Commits -> Revision 6b256a7
Revision 6b256a7 by Sergey Sharybin (master) June 5, 2014, 16:05 (GMT) |
Fix subpixel precision in transform node The node was using sampler from the callee node and passed it to the input nodes. Since the fact that compositor output node uses NEAREST interpolation (why it uses nearest is the whole separate story) it's not possible to have subpixel precision in such cases: <image> -> <translate> -> <output> For now solving by hard-coding translate node to use BILINEAR interpolation. It can't become worse in this node anyway and the sampling pipeline is to be re-visited from scratch. |
Commit Details:
Full Hash: 6b256a7cd82655ac96034fee7d05a202c8b131cb
Parent Commit: 91429d0
Lines Changed: +1, -1
1 Modified Path:
/source/blender/compositor/operations/COM_TranslateOperation.cpp (+1, -1) (Diff)