The VG Resource
"bad weighting" error message from model checker - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html)
+---- Thread: "bad weighting" error message from model checker (/thread-42942.html)



"bad weighting" error message from model checker - spiderfriend - 08-19-2024

i got this error message when running a .dae through the model checker.

[Image: Ljv9eqz.png]
i've never gotten this message before, and i have used the same script for ripping all of the other models from this game. what could be wrong and what can i do to fix it? (mediafire link since the site says it's too big to attach, includes .dae file and .blend file)


RE: "bad weighting" error message from model checker - scurest - 08-19-2024

The problem is there are 1953 points that aren't assigned to any vertex group. They are all in the cat models, and they all happen to be loose verts too, which makes them easy to clean up. In Blender, unhide everything, select everything, enter mesh edit mode, select all the vertices, and do Mesh > Clean Up > Delete Loose. You should see a message: "Removed: 1953 vertices, ...".

OTOH, if you didn't intend to export the cat models, you just need to re-export using "Selection Only" or something.


RE: "bad weighting" error message from model checker - spiderfriend - 08-19-2024

(08-19-2024, 05:19 PM)scurest Wrote: The problem is there are 1953 points that aren't assigned to any vertex group. They are all in the cat models, and they all happen to be loose verts too, which makes them easy to clean up. In Blender, unhide everything, select everything, enter mesh edit mode, selected all the vertices, and do Mesh > Clean Up > Delete Loose. You should see a message: "Removed: 1953 vertices, ...".

OTOH, if you didn't intend to export the cat models, you just need to re-export using "Selection Only" or something.

this seems to have solved the problem. thank you!