ucupumar / ucupaint

Ucupaint is Blender addon to manage texture layers for Eevee and Cycles renderer.
GNU General Public License v3.0
1.38k stars 43 forks source link

Hard Light blending mode #216

Open radicalaction opened 1 month ago

radicalaction commented 1 month ago

Hard Light blending mode

ucupumar commented 1 month ago

Ucupaint only uses blending modes that blender provides and there's no hard light blending mode in blender yet.

radicalaction commented 1 month ago

That's unfortunate!

don570 commented 1 month ago

The linear light mode makes a gray scale mask work more like its strictly black and white

Linear Light Applies Linear Burn blending (background + foregound - 1) if the foreground color’s lightness is below 0.5, or Linear Dodge (background + foreground) if it’s above.