Blender Git Commit Log
Git Commits -> Revision 898498c
Revision 898498c by Sergey Sharybin (master) January 23, 2014, 10:51 (GMT) |
Fix for IMB_(un)premultiply_rect_float() not doing right business - Made them receive number of channels rather than number of planes. This matches to how ImBuf structure stored planes and channels. - IMB_premultiply_rect_float() was called with channels passed instead of planes already :S. |
Commit Details:
Full Hash: 898498c8008078b0c5d311b9a0a362b5a0ad23be
Parent Commit: cbdedc1
Lines Changed: +9, -25