Undesired bottom line at material with opacity gradient texture

Hello,
In a material I’m making, a gradient image is being used as opacity mask. It almost works as intended but it renders a bottom line that is not supposed to be there (the bottom of the source texture is completely black). I’m using version 5.0.1 .

ebc2de88e8eb2183b300564d9a04d787

Changing the filter from default to nearest at the source texture made the line disappear, but that gives it a blocky feeling and it’s absolutely not what I’m looking for. How can I remove that line while keeping the texture smooth?

Please help.

This is wrap-around from the texture sampling basically. Change your texture settings (or sampler settings) to use clamp instead of wrap.

2 Likes

Yep, that did it! Thanks!
94841354c2ff9521404f65e5e7bddc62