I wonder is that possible to transfer each vertex position from model A to model B? Both models have the same vertex count and vertex indexes.
Models doesnt have any shape keys stuff.
Was trying to find any addons but most of them about transfer shape keys, while my problem is that models are almost identical, but one of them was a bit deformed.
What about copying one mesh as a shape key ? you can always use a weight paint to tweak the shape key if you want to transfer only a part of the other mesh… (shape keys support vertex groups)
Probably it’s doable with Geo nodes, but seems a bit more involved… I don’t see how it can be better than the method I talked about…
Both method that relies on having same vertex count and vertex indices…