Blender Git Commit Log
Git Commits -> Revision dbae70d
Revision dbae70d by Antonis Ryakiotakis (soc-2013-paint) June 21, 2013, 17:04 (GMT) |
Applying patch by Fredrik Hansson: Extra blend modes. Actually should be called the blend mode imperialism commit, this commit adds no more no less about 15 new blend modes. The catch is that the float versions will probably have to work in display colour spaces, but seeing how the rest of the blending code is I think this can go in right now. Thanks to Fredrik for the original patch and to Campbell for writing uncrustify. A solid weapon in the war against the non-blender-style- To painters out there: Test this extensively! |
Commit Details:
Full Hash: dbae70d957fa44641c1b0fe0778194d638de015e
SVN Revision: 57639
Parent Commit: 7904c32
Lines Changed: +1370, -6
5 Modified Paths:
/source/blender/blenlib/BLI_math_color_blend.h (+37, -0) (Diff)
/source/blender/blenlib/intern/math_color_blend_inline.c (+1172, -6) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+16, -0) (Diff)
/source/blender/imbuf/intern/rectop.c (+129, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+16, -0) (Diff)
/source/blender/blenlib/intern/math_color_blend_inline.c (+1172, -6) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+16, -0) (Diff)
/source/blender/imbuf/intern/rectop.c (+129, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+16, -0) (Diff)