Page 1 of 1

Add / Linear Dodge?

PostPosted: Wed Dec 02, 2015 9:29 pm
by Travis Schmiesing
Hi All,

I am hoping this will be an easy question... The Merge bode does not have an "Linear Dodge / Add" transfer mode. Is there a way to blend node in this fashion, similar to how you would in Photoshop?

I tried using an "Add" node but that didn't appear to effect the image.

Thanks,
Travis

Re: Add / Linear Dodge?

PostPosted: Wed Dec 02, 2015 10:30 pm
by Joël Gibbs
Try leaving the mode on "normal" and lowering your alpha gain to 0.
Hope this helps!

Joël

Re: Add / Linear Dodge?

PostPosted: Wed Dec 02, 2015 10:45 pm
by Travis Schmiesing
Thanks. Your suggestion is producing results more inline with what I want to achieve.

Re: Add / Linear Dodge?

PostPosted: Fri Dec 04, 2015 6:20 pm
by Vance Bowman
What exactly is going here and why does this work?

Re: Add / Linear Dodge?

PostPosted: Fri Dec 04, 2015 6:39 pm
by michael vorberg
Just pure math ;)

"Normal" or "over" do multiply the bg with then inverse of the foreground alpha and then add the fg over the bg
Bg*(1-fg alpha) +fg

If you set the alpha gain to 0 you get this
Bg*(1-0) + fg = bg + fg