Posts: 1,538
Threads: 71
Joined: May 2021
Reputation:
167
Gimp version:
Operating system(s): Linux
07-02-2024, 09:36 AM
(This post was last modified: 07-02-2024, 09:46 AM by PixLab.)
Yeah.. it says that pass through should pass through and not compute the group before going below/next, thus we think it does act like there is NO group, but there is...
Put the layer group a 3% opacity, and the burn layer 3% inside the group at 100%, like that it will pass through the burn at 3%
(EDIT humm... not sure I understand myself with this explanation)
Patrice
Posts: 6,698
Threads: 292
Joined: Oct 2016
Reputation:
590
Gimp version:
Operating system(s): Linux
Normally, layer modes define how a layer blends with whatever is under it with in the same "scope", except the bottom layer in the scope which is always treated as in Normal mode.
When you have groups, groups are scopes, so layer modes blend with other other layers in the group. The result is a "virtual" layer (thumbnail of the group) which is applied to the rest of the image using the group blend mode.
Since your "Burn" layer is alone in its group it has no image to apply to so the blend mode doesn't apply and the layer is merely a hardly visible, low opacity version of itself.
Putting the group in Pass-through mode removes the scope (the scope in then the level above, image or parent group), so in that mode your "Burn" layer applies to other layers in the image, in other words in behave as if it were outside the group.
"Pass-through" groups are mostly useful to keep together layers that you want to handle as a unit, even if their blend mode apply to the rest of the image. They are more "management" groups than "effect" groups.
Posts: 1,538
Threads: 71
Joined: May 2021
Reputation:
167
Gimp version:
Operating system(s): Linux
07-02-2024, 11:51 AM
(This post was last modified: 07-02-2024, 12:27 PM by PixLab.)
Now it's bugging me!!!
I mean seriously, because if you have different layers opacity in the group, that will not work. I mean different layers with different opacities, this will not work THAT way.
As Ofnuts excellent explanation from its POV (witch I agree), I feel like > I don't know, because this very xcf you uploaded for us to test never happens to me (1 layer in a group with a mode), and it's a very good example that can be shown to the GIMP team.
Thus I'm sorry, but I don't have an answer, as a matter of fact, I'm kind of flabbergasted by your XCF, I would ask the GIMP team what is happening just to have a different point of view (I mean Ofnuts is right from my POV) and this XCF is perfect to get some answers from the GIMP's team POV.
Patrice
Posts: 40
Threads: 7
Joined: Jun 2019
Reputation:
1
Gimp version:
Thank you guys for your help! I really appreciate it.
It's strange that I can reproduce this Pass through layer mode behavior with only two blend modes, Burn and Divide.
I think Ofnuts exclamation has led me to a solution to the moving layer problem I was facing. The problem is that the layer in the group is alone. The solution, to moving a lone layer out of a Pass through layer group, is to merge the layer group and then change merged layer back to it's original layer mode and opacity (Burn, 3%). Then the output is the same.