Page 1 of 1
Blur node
Posted: Mon Oct 24, 2022 1:34 pm
by SSmolak
Hi, is there other way to blur noise node than using Baking Texture with low resolution ? I see that there is OSL Blur node but it completely doesn't work.
Re: Blur node
Posted: Tue Oct 25, 2022 5:59 am
by bepeg4d
Re: Blur node
Posted: Tue Oct 25, 2022 11:54 am
by SSmolak
Thank you, so this blur node doesn't work with standard built-in Octane noise nodes ( even using Projection pin ) but only with custom OSL's ?
EDIT : ok I know why it didn't work for me even using Delayed OSL Projection. Because I had blur node only for bump pin and not for albedo too. The question is how to use Delayed UV Projection but without OSL node betweeen Noise and Albedo ?
Also this node is crazy slow...
Re: Blur node
Posted: Wed Oct 26, 2022 6:48 am
by bepeg4d
EDIT : ok I know why it didn't work for me even using Delayed OSL Projection. Because I had blur node only for bump pin and not for albedo too. The question is how to use Delayed UV Projection but without OSL node betweeen Noise and Albedo ?
Can you share an example scene + screenshots, the issue is not clear, sorry
About speed, try to decrease the Interactions at two:
ciao,
Beppe
Re: Blur node
Posted: Wed Oct 26, 2022 11:22 am
by SSmolak
I mean this situation where OSL Delayed UV projection works fine for blur node on bump pin but how about others like Albedo ? I tried different OSL nodes here without success.
EDIT : Also I noticed and reported this weeks ago that blur channel is much stronger using projections other than UV. UV projections have like 25% power of other projections :
UV vs Box Projection on Bump channel :
Re: Blur node
Posted: Thu Oct 27, 2022 6:01 am
by bepeg4d
Hi,
as you can see from my screenshot, it works correctly in Diffuse/Albedo pin, try to place the gaussianBlur just after the Noise, and before the three Gradient nodes.
About Bump power, try to have the same scale, or it is difficult to compare.
In Box mode the scale is in meters.
ciao,
Beppe
Re: Blur node
Posted: Thu Oct 27, 2022 6:22 am
by SSmolak
bepeg4d wrote:
About Bump power, try to have the same scale, or it is difficult to compare.
In Box mode the scale is in meters.
ciao,
Beppe
Problem is from power not scale. UV projection cause much less power than other projections on bump channel. I will make video soon.
Re: Blur node
Posted: Fri Oct 28, 2022 1:11 pm
by SSmolak
bepeg4d wrote:Hi,
as you can see from my screenshot, it works correctly in Diffuse/Albedo pin, try to place the gaussianBlur just after the Noise, and before the three Gradient nodes.
Yes but I mean that OSL Blur only for bump and Albedo clear noise only. This not work for one noise node because there is need another OSL node between noise and albedo that will support OSL Delayed Projection.
Re: Blur node
Posted: Fri Oct 28, 2022 1:22 pm
by AWOLism
SSmolak wrote:bepeg4d wrote:
About Bump power, try to have the same scale, or it is difficult to compare.
In Box mode the scale is in meters.
ciao,
Beppe
Problem is from power not scale. UV projection cause much less power than other projections on bump channel. I will make video soon.
This is indeed a pretty big problem when using for instance Triplanar Mapping for bump mapping and has been brought up several times but without any real solutions other than "don't scale down so much" which makes triplanar useless for certain bump maps on small objects modeled in real world scale. I for one would LOVE to see this fixed somehow.
See for instance this thread from last year:
viewtopic.php?f=30&t=77459
I have had some success by raising the gamma of the bump map to around 3 with a color correction node, but I mean, it would certainly be preferable to not have to jump through weird hoops to make triplanar/box mapping work.