StjerneIdioten / I3D-Blender-Addon

Rewriting the I3D blender addon from scratch and adding long-sought community features
GNU General Public License v3.0
66 stars 18 forks source link

Improve warning about non-weighted skinned mesh vertices #96

Open StjerneIdioten opened 3 years ago

StjerneIdioten commented 3 years ago

The log warning messages related to having zero-weighted skinned mesh vertices gets written per vertex. This means that the log gets spammed, if there is a high amount of them.

This should be turned into one warning per mesh, which gives the number of affected vertices.