The VG Resource

Full Version: "bad weighting" error message from model checker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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)
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.
(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!