merge from master
This commit is contained in:
@@ -280,7 +280,7 @@ void ControllerExporter::export_skin_controller(Object *ob, Object *ob_arm)
|
||||
}
|
||||
|
||||
if (oob_counter > 0) {
|
||||
fprintf(stderr, "Ignored %d Vertex weights which use index to non existing VGroup %lu.\n",
|
||||
fprintf(stderr, "Ignored %d Vertex weights which use index to non existing VGroup %zu.\n",
|
||||
oob_counter, joint_index_by_def_index.size());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user