|
Blender V4.3
|
#include <cstdio>#include "MEM_guardedalloc.h"#include "DNA_mesh_types.h"#include "DNA_object_types.h"#include "BLI_utildefines.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) |
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.
| char * BKE_mesh_debug_info | ( | const Mesh * | mesh | ) |
Definition at line 31 of file mesh_debug.cc.
References BLI_dynstr_append(), BLI_dynstr_appendf(), BLI_dynstr_free(), BLI_dynstr_get_cstring(), BLI_dynstr_new(), CustomData_debug_info_from_layers(), and ret.
Referenced by BKE_mesh_debug_print().
| void BKE_mesh_debug_print | ( | const Mesh * | mesh | ) |
Definition at line 76 of file mesh_debug.cc.
References BKE_mesh_debug_info(), MEM_freeN(), and str.