blender/source/blender/compositor
Sergey Sharybin 6b256a7cd8 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.
2014-06-05 22:05:05 +06:00
..
intern Fix T40414: Multiple input nodes in a group not working. 2014-05-29 10:00:21 +02:00
nodes Fix T40448: Blurring bug in the compositor 2014-06-02 18:37:18 +06:00
operations Fix subpixel precision in transform node 2014-06-05 22:05:05 +06:00
CMakeLists.txt Structural cleanup and improvements for the compositor. 2014-04-15 16:28:10 +02:00
COM_compositor.h Structural cleanup and improvements for the compositor. 2014-04-15 16:28:10 +02:00
COM_defines.h Fix T40448: Blurring bug in the compositor 2014-06-02 18:37:18 +06:00
SConscript Buildbot: disable command length workaround for now, seems to give link errors. 2013-06-25 00:49:43 +00:00