03-18-2026, 08:34 PM
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.
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.
Please consider leaving a review for Curvy, this helps immensely. Thank you.

