Blender  V3.3
Functions
mesh_debug.cc File Reference
#include <cstdio>
#include "MEM_guardedalloc.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
#include "BLI_utildefines.h"
#include "BKE_customdata.h"
#include "BKE_mesh.h"
#include "BLI_dynstr.h"

Go to the source code of this file.

Functions

static void mesh_debug_info_from_cd_flag (const Mesh *me, DynStr *dynstr)
 
char * BKE_mesh_debug_info (const Mesh *me)
 
void BKE_mesh_debug_print (const Mesh *me)
 

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()

char* BKE_mesh_debug_info ( const Mesh me)

◆ BKE_mesh_debug_print()

void BKE_mesh_debug_print ( const Mesh me)

Definition at line 93 of file mesh_debug.cc.

References BKE_mesh_debug_info(), MEM_freeN, and str.

◆ mesh_debug_info_from_cd_flag()

static void mesh_debug_info_from_cd_flag ( const Mesh me,
DynStr dynstr 
)
static