Blender V5.0
mesh_debug.cc File Reference
#include <cstdio>
#include "MEM_guardedalloc.h"
#include "DNA_mesh_types.h"
#include "BKE_customdata.hh"
#include "BKE_mesh.hh"
#include "BLI_dynstr.h"

Go to the source code of this file.

Functions

char * BKE_mesh_debug_info (const Mesh *mesh)
void BKE_mesh_debug_print (const Mesh *mesh)

Detailed Description

Evaluated mesh info printing function, to help track down differences output.

Output from these functions can be evaluated as Python literals. See bmesh_debug.c for the equivalent BMesh functionality.

Definition in file mesh_debug.cc.

Function Documentation

◆ BKE_mesh_debug_info()

◆ BKE_mesh_debug_print()

void BKE_mesh_debug_print ( const Mesh * mesh)

Definition at line 73 of file mesh_debug.cc.

References BKE_mesh_debug_info(), MEM_freeN(), and str.