Page 1 of 1

Combining falloffs

Posted: Tue Jan 30, 2024 6:39 am
by dominic
Is there a simple way to combine falloffs into one mops_falloff?

Let's say I have shape and noise falloff right now and I would like to merge them into one falloff. I would give them unique names and multiply them with each other in Wrangler to create mops_falloff.

If there is a simpler way to do it please let me know.

Re: Combining falloffs

Posted: Tue Jan 30, 2024 7:22 am
by toadstorm
There is a MOPs Combine Falloffs SOP with several included blend modes that should do exactly what you need.

Every Falloff node actually has one of these internally. If you chain two Falloff nodes you can just set the blend mode on the second one to combine them.

Re: Combining falloffs

Posted: Tue Jan 30, 2024 10:41 am
by dominic
Fantastic. Thank you.