[SOLVED] Blend Modes Naming Inconsistency

PROBLEM

Blend modes naming inconsistency between “Mix” node, paint tools, Sequencer strip blend mode and “Color Mix” effect strip.

  • “Blend Type” vs “Blending mode” vs “Blend Mode” vs “Blend Effect”
  • “Mix” usually called “Normal”
  • “Burn” vs “Color burn” vs “Color Burn”
  • “Dodge” vs “Color dodge” vs “Color Dodge”
  • “… light” vs “… Light”
  • “Value” vs “Luminosity” - are these different algorithms or just different names?

SOLUTION

Normal

Darken
Multiply
Color Burn
Linear Burn

Lighten
Screen
Color Dodge
Linear Dodge (Add)

Overlay
Soft Light
Hard Light
Vivid Light
Linear Light
Pin Light

Difference
Exclusion
Subtract
Divide

Hue
Saturation
Color
Luminosity

12 Likes

There are also inconsistencies with the available options and the UX layout.

Suggestion; report all the issues as paper cuts.

Also confusing is the difference between Mix and Alpha Over. If you lower the opacity while using Mix, you would expect to see whatever is below - there’s no need for a separate Alpha Over blend mode.

2 Likes

Should this be changed for 2.80 or be left for 2.81

Not sure but you are welcome to post a patch in any case

I will look at it next week

The fifth variant is “Color Mode”.

sculpt-vertex-colors

@pablodp606

https://twitter.com/pablodp606/status/1146176591623524352

Should I just rename what is visible to the user or what is visible to the user and the variables and definitions.

I’m not exactly sure, although the changes in your patch seem perfect for color burn.

I’d personally lean toward changing everything to match. But where it gets a bit awkward is probably with “Mix” -> “Normal”, which seems great to change for users but mix describes the process better while “normal” is so…generic and implies default. The same with “Add” -> “Linear Dodge (Add)”, which is better for users to see but the process really is just add.

Colour burn doesn’t work on scene referred imagery; it’s an exposure hack for display referred imagery.

Blender would be wise to fix the broken mess in nodes and educate all of the developers sooner rather than later.

A proper dodge and burn are nothing more than exposure adjustments, which is simply a multiply; decreasing exposure with values between 0.0 and 1.0, and increasing with values >1.0.

“Linear Dodge” and the rest of all of that garbage makes my head spin.

Standard blend modes are designed to work with values in the range from 0 to 1
and have very clear logic.

Multiply darkens by decreasing the contrast (darkens the highlights).
Color Burn darkens by increasing the contrast (darkens the shadows).
Linear Burn darkens equally over the entire tone range.

Screen lightens by decreasing the contrast (lightens the shadows).
Color Dodge lightens by increasing the contrast (lightens the highlights).
Linear Dodge lightens equally over the entire tone range.

Overlay adjusts the midtones in an image.
Soft Light adjusts the midtones by gamma correction.
and so on…

In the Photoshop, for example, most of these blend modes are disabled in 32bit mode. Only basic math operations like Multiply, Divide, Add, Subtract, Difference are available.

1 Like

As stated, they are display referred only, and hacks that attempt to simulate light transport.

None of that is relevant in a scene referred system. This is precisely why software like Nuke doesn’t use the algorithms set forth by the Adobe PDF specification by default.

Dodge and burn are literally exposure, and are a simple multiply in a scene referred light transport system.

Having had to explain how they are broken to literally hundreds of people, their persistence in Blender is no end of madness and stupidity.