Blender  V3.3
Functions
bmesh_mesh_debug.h File Reference
#include "BLI_compiler_attrs.h"
#include "bmesh.h"

Go to the source code of this file.

Functions

char * BM_mesh_debug_info (BMesh *bm) ATTR_NONNULL(1) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT
 
void BM_mesh_debug_print (BMesh *bm) ATTR_NONNULL(1)
 

Function Documentation

◆ BM_mesh_debug_info()

char* BM_mesh_debug_info ( BMesh bm)

◆ BM_mesh_debug_print()

void BM_mesh_debug_print ( BMesh bm)

Definition at line 64 of file bmesh_mesh_debug.c.

References bm, BM_mesh_debug_info(), MEM_freeN, and str.