UV Transform: scaling and offset

  1. The UV scaling in the editor works reversly: the bigger the value the smaller the image gets.
    Would make sense to either change the description to “tiling” or change the behaviour and make the scale get bigger with bigger values.

  2. Can you please allow negative values for UV offset?

Thanks
Alex

1 Like

Thanks for the feedback.

UV scaling refers to scaling the UV mapping, which corresponds to “tiling” that you mention. So, I’d say the name is consistent with the behavior, but perhaps too technical - “tiling” sounds more user friendly.

We’ll consider it. For now, for a negative offset in [-1, 0) range, you can add 1 to convert a negative offset into an equivalent positive offset (-0.05 is equivalent to 0.95).