Yes, you’re making the PP settings, but they’re not plugged into anything!
I am trying to update the post process settings on my camera to make the background around an inspected object blurred. I can blur around the object, but I wanted to do it gradually.
Currently, I have this setup
.
And this works perfectly
But I can’t get the blur to update over time because at the moment it is instant and not gradual. Any help would be greatly appreciated.
Thanks in Advance
Harry
Thanks for the help ClockworkOcean. I’ll try and figure out that wierd jump thing it does but thanks for getting me to a point I’m happy with.
Yeah the focal lerp is alot better starting at 1200. And I change the aperture to 0.4 and is working wonders. Thanks again for your help
You have a bit of a slip in the coding, the lerp for the F-stop needs to move from the default value ( 4 ), to you required value .5.
I rigged this up, it takes the correct amount of time:
Although on it’s way, it seems to pass over a threshold that also diminishes the effect. ( It doesn’t seem to take a direct route, but that’s just the settings I’m assuming ).
Yeah, you need to come down from a high value on the focal distance, because coming up from zero means it starts totally out of focus, rather than becoming that way. The focal lerp works better from about 1200 to 55.
( see above )