Blender Git Loki
Git Commits -> Revision 02fad7d
Revision 02fad7d by Sergey Sharybin (master) January 20, 2015, 10:02 (GMT) |
Fix T42844: Compositor scale offset Different interpolation methods in compositor could lead to 0.5 pixel offset in final renders. This is because of some inconsistency in integer coordinates which might mean pixel corner or pixel center. Should be all fine now. |
Commit Details:
Full Hash: 02fad7dca4adc5e248440c98293cdf713f25d39d
Parent Commit: bffd824
Lines Changed: +11, -11
5 Modified Paths:
/source/blender/compositor/intern/COM_MemoryBuffer.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_ImageOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MovieClipOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MultilayerImageOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_ImageOperation.cpp (+4, -4) (Diff)
/source/blender/compositor/operations/COM_MovieClipOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_MultilayerImageOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+2, -2) (Diff)