Page 1 of 1

GaussianBlur.osl

Posted: Mon Jul 27, 2020 8:34 am
by blastframe
Hello,
I am new to .osl and not seeing any results when using the GaussianBlur.osl node.

I have played around with the Parameters, but it doesn't have an effect. I've tried with Image and Procedural textures.
Gaussian Blur.png
It says 'Compilation OK.' Am I doing something incorrectly?

Thank you!

Re: GaussianBlur.osl

Posted: Mon Jul 27, 2020 1:56 pm
by bepeg4d
Hi,
to make it works, you need to set the Projection of the input texture as OSL Delayed UV.
Please also note thet the Interactions are increasing the render time, so better to use lower values.

ciao Beppe

Re: GaussianBlur.osl

Posted: Mon Jul 27, 2020 4:45 pm
by blastframe
@bepeg4d, Thank you, that works! :D