Repeat textue in the Y axis but not the X axis

Hello,

I’m looking to repeat a picture in the y axis but not in the x axis for a texture.
any way to achieve this?

Thanks

Hi PR59,
do you mean scaling? That can be done with a Mapping node:

Hi Zebr4he4d, no I mean having the texture repeating when you place the UV’s. If the UV’s get further than the picture by default the picture will repeat itself indefinitely. I want that repetition to only be on the Y axis, not the x axis.

Ah ok, you mean something like the Extend extrapolation mode?
I think this should work:


Change the input of the Value nodes in the gray frame to define the “clipping” position.

2 Likes

You can change a single axis to eg clamp instead of repeat like this.

1 Like

Totally forgot about the Clamp node :sweat_smile:

1 Like

I might have not understand the usecase here… but simply scaling along Y in UV space… will repeat only in Y… like so…

:

Debuk this is exactly what I was looking for, Thanks!

1 Like