Closed joepal1976 closed 3 months ago
The fix doesn't address the basic problem (that a vertex match could not be done), but at least it reports the error in a structured way and points towards the clothes check where a warning should be possible to find.
Assumed to be working as intended
In a sample file (http://www.makehumancommunity.org/content/proxy_basemesh_vgroups_test.html) there is a body vertex group without faces ("Mid"). On the clothes, the vertices in that group are not exact matches. This causes the vertex matching to fail with an exception, since neither an exact match nor a face match could be done.
The minimum solution would be to at least explain to the user what happens.