svn merge -r40166:40279 ^/trunk/blender
This commit is contained in:
@@ -143,7 +143,7 @@ int BKE_mesh_validate_arrays(Mesh *me, MVert *UNUSED(mverts), unsigned int totve
|
||||
|
||||
BLI_assert(!(do_fixes && me == NULL));
|
||||
|
||||
PRINT("ED_mesh_validate: verts(%u), edges(%u), faces(%u)\n", totvert, totedge, totface);
|
||||
PRINT("%s: verts(%u), edges(%u), faces(%u)\n", __func__, totvert, totedge, totface);
|
||||
|
||||
if(totedge == 0 && totface != 0) {
|
||||
PRINT(" locical error, %u faces and 0 edges\n", totface);
|
||||
|
||||
Reference in New Issue
Block a user