Page 2 of 2

Re: Please rollback the Displacement node back to old version

Posted: Thu Mar 28, 2019 8:16 pm
by ChrisH
grimm wrote:Do you have the blur filter turned on? I can see some of these artifacts when I turn it on, but looks good when turned off.
The filter is set to None in the tests, but I tried it with the radius from 0 to 15 (and all the resolutions), and these "edge artifacts" are still there.

Re: Please rollback the Displacement node back to old version

Posted: Thu Mar 28, 2019 9:39 pm
by grimm
Hmm, not sure then what the issue is? I have tried both tiled and non-tiled displacement maps, 8-bit and 16-bit versions, simple and view projected UV unwrapping, and still do not have those artifacts. The only time I can see some problems is when I turn on the filter. Could it be an OS issue, I'm running Linux Mint 19?

Jason

Re: Please rollback the Displacement node back to old version

Posted: Thu Mar 28, 2019 9:56 pm
by grimm
Just wanted to add, if anyone has a displacement map they would like me to test, I wouldn't have any problems testing it.

Re: Please rollback the Displacement node back to old version

Posted: Fri Mar 29, 2019 2:48 pm
by ChrisH
grimm wrote:Just wanted to add, if anyone has a displacement map they would like me to test, I wouldn't have any problems testing it.
You're welcome to download my test scene (above), the texture is packed into the file. :)

Re: Please rollback the Displacement node back to old version

Posted: Fri Mar 29, 2019 5:56 pm
by grimm
ChrisH wrote: You're welcome to download my test scene (above), the texture is packed into the file. :)
Yarrg! I didn't even notice that, downloading it and checking it out. :D I definitely see the issue now, it looks like Octane is going past the edge or wrapping the edges around? I double checked my displacement tests and can see some of the same issues, they are just harder to see. I also brought your image into Krita and took a look at it. I didn't see anything wrong with it, although Krita did load it as a 8-bit image. I converted it to 16-bit, but it didn't make any difference. Looks like a bug to me.

Re: Please rollback the Displacement node back to old version

Posted: Fri Mar 29, 2019 7:07 pm
by milanm
There is one more filter.

The artifacts are caused by bilinear interpolation between pixels on the opposite edges of the texture because it's being tiled. And tiling can not be disabled (currently).

Notice the gray edges:

ImageImage
Here is the 5x5 pixel map.
5x5.zip
(1011 Bytes) Downloaded 246 times
There was a big discussion about this in the C4D forum too.

I hope this makes sense.

Regards
Milan