bonjorno7 / SourceOps

A more convenient alternative to Blender Source Tools.
GNU General Public License v3.0
138 stars 14 forks source link

Unused vertex groups cause error #48

Closed bonjorno7 closed 3 years ago

bonjorno7 commented 4 years ago

If there's no corresponding bone, it should probably report this to the user, but not crash. So I need to make it check whether the name is in the bone dictionary and if it isn't, send a warning. Atm it just assumes that it's in, causing a crash.

bonjorno7 commented 3 years ago

Why the frick haven't I fixed this yet