Going back to the default/my custom blends after a blend override?

Hello! I recently posted this question:

Because I was trying to override some blends, and I got that working great!

The issue now is that once the sequence of overrides is done, and I want to go back to using my custom blends asset:

It’s not working. It seems to stay using the settings found in the override I made. I’m not sure how to make the camera start using the custom blends again instead of the override rules.

Let me know if you need any more info about my setup, and thanks in advance!

The custom blend override delegate is called only after the blends asset has been consulted. The “defaultBlend” passed to the delegate is what the blend system would use in the absence of a custom blend. What the custom blend returns is not retained. So it’s just a matter of making your custom blend delegate always return defaultBlend.

1 Like