Blender Git Commit Log
Git Commits -> Revision 2ae0f1e
Revision 2ae0f1e by Sergey Sharybin (master) March 9, 2015, 07:48 (GMT) |
Fix T43908: Mask render bug, one pixel black line This was a regression caused by attempts to fix T42844 and there were some red-herrings which lead me to the wrong way to fix it. It's some deeper issue than just interpolation offset, it's mainly how the node resolution is being mapped to each other. It could be actually a part of canvas awareness project.. |
Commit Details:
Full Hash: 2ae0f1e70be543b37f426dc1b7d8a44b05301faf
Parent Commit: 36df8cc
Lines Changed: +17, -17
8 Modified Paths:
/source/blender/compositor/intern/COM_MemoryBuffer.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.cpp (+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_ViewerOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_WriteBufferOperation.cpp (+2, -2) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.cpp (+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_ViewerOperation.cpp (+3, -3) (Diff)
/source/blender/compositor/operations/COM_WriteBufferOperation.cpp (+2, -2) (Diff)