Kévin Dietrich e4efa16b00 Fix T48663: The Soft Light blend type layer make the color darker in the
3D view

There was a misusage of the `outcol` and `texcol` params. The actual
formula should have been:

  incol = facm * outcol + fact * ((one - outcol) * texcol * outcol +
outcol * scr);

To make sure the result is consistent with material mode, reuse the
material blend function (mix_soft), similarly to what most other texture
blend modes do.
2016-07-24 01:04:54 +02:00
2016-07-22 15:51:02 +10:00
2013-12-24 22:57:27 +06:00
2016-07-15 01:28:00 +10:00
2016-07-15 01:26:26 +10:00
2016-02-10 00:26:12 +11:00
Description
Official mirror of Blender
1.4 GiB
Languages
C++ 78%
Python 14.9%
C 3%
GLSL 1.8%
CMake 1.2%
Other 0.9%