Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a way to generate UVs along deformed and copied mesh?
#2
Hi,

The deformed meshes do not add any additional data to meshes, it only modifies the vertex coordinates.

In Curvy\Scripts\CG Modules\DeformMesh.cs, you will find a DeformMeshes method. This is where the deformation is done. Inside of it, when computing the data for a vertex, there is a local variable vertexF which contains the data you need. You can modify the code to override the UV2.y value of each data with that value.

Did this help?

PS: I assumed that in your team there are programmers able to do the described modification. If you prefer, you can commission me to implement the feature.
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Messages In This Thread
RE: Is there a way to generate UVs along deformed and copied mesh? - by _Aka_ - 03-18-2026, 08:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Replace deform mesh on volume spots Kokoriko49 1 2,347 06-09-2025, 06:49 PM
Last Post: _Aka_
  Mesh Generation between two splines vatan 4 3,671 02-14-2025, 07:11 AM
Last Post: vatan
  Create Mesh Node, Make Static Options rickgplus 1 1,845 01-23-2025, 10:12 AM
Last Post: _Aka_
  Extrude mesh along spline. New and confused user GhostStalker 3 3,039 01-02-2025, 09:58 AM
Last Post: _Aka_

Forum Jump: