you kill meIt's causing paranoya and depression. Should be avoided if possible


you kill meIt's causing paranoya and depression. Should be avoided if possible
I have added the support for running BCD spikes filter alone, decoupled from the denoiser. It can be done by setting the new property ".applydenoise" to 0:
Code: Select all
film.imagepipelines.1.0.filterspikes = 1
film.imagepipelines.1.0.applydenoise = 0
But aren't fireflies always hard to render caustics?Dade wrote: Wed Dec 12, 2018 10:47 am - no clamp of hard to render caustics (i.e. group of bright pixels), etc.
But whyDade wrote: Wed Dec 12, 2018 10:47 amI have added the support for running BCD spikes filter alone, decoupled from the denoiser. It can be done by setting the new property ".applydenoise" to 0:
The is an example of how it works:Code: Select all
film.imagepipelines.1.0.filterspikes = 1 film.imagepipelines.1.0.applydenoise = 0
spikes.jpg
As you see, BCD spikes filter is more intended to remove alone fireflies and will leave group of them untouched. There is a parameter, the spike standard deviation threshold to decide the strength of the spikes removal. This parameter is not scene dependent but it is a percentage (i.e. 2.0 = over 200% of neighbor pixels).
To racap, advantage:
- no scene dependent parameter
Disvantages:
- the same memory cost of BCD denoiser (but it is "free" if you use the denoiser)
- no clamp of hard to render caustics (i.e. group of bright pixels), etc.