makehumancommunity / mpfb2

MPFB2 is a free and open source human generator for Blender
http://static.makehumancommunity.org/mpfb.html
Other
323 stars 39 forks source link

MakeClothes crashes on body vertex groups without faces #205

Closed joepal1976 closed 3 months ago

joepal1976 commented 4 months ago

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.

joepal1976 commented 4 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.

joepal1976 commented 3 months ago

Assumed to be working as intended