Hi!
Would anyone know why the last part of resampled/cyclic curve isn’t unwrapped like the rest of it?
And does also anyone know how to fix this?
curbs.blend (1.8 MB)
Hi!
Would anyone know why the last part of resampled/cyclic curve isn’t unwrapped like the rest of it?
And does also anyone know how to fix this?
curbs.blend (1.8 MB)
hello !
Yeah it’s a known issue, you can try to split the curve , that will leave a empty segment and the trick is to move the last point to the position of that segment, like if it was closed…
do you have any advice on accomplishing this trick?
Yes. In a nutshell, you can create another curve, larger of 1 index. Then sample UV map of that duplicate and replace UV or the original with it.
I’d say it’s not ideal, as you are literally creating an extra object for it, but unless you work on extreme examples, you probably won’t notice it.
Demonstrated in this video at 7:33.
Credit: Two dancing clams on YT
Yeah it’s a known issue, you can try to split the curve , that will leave a empty segment and the trick is to move the last point to the position of that segment, like if it was closed…
This is also an option, but comes with certain compromises I was not willing to make. The solution in the video above fits my need just fine.