From eb63646605ddce336da7a8779ab86336133786b1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 19 Jan 2022 15:09:48 +1100 Subject: BMesh: add mesh debug information printing - Add BM_mesh_debug_print & BM_mesh_debug_info. - Report flags in Mesh.cd_flag in BKE_mesh_debug_print - Move custom data printing into customdata.cc (noted as a TODO). Note that the term "runtime" has been removed from `BKE_mesh_runtime_debug_print` since these are useful for debugging any kind of mesh data. --- source/blender/bmesh/bmesh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/bmesh/bmesh.h') diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h index 40db423ba2f..fc97c55091a 100644 --- a/source/blender/bmesh/bmesh.h +++ b/source/blender/bmesh/bmesh.h @@ -214,6 +214,7 @@ extern "C" { #include "intern/bmesh_marking.h" #include "intern/bmesh_mesh.h" #include "intern/bmesh_mesh_convert.h" +#include "intern/bmesh_mesh_debug.h" #include "intern/bmesh_mesh_duplicate.h" #include "intern/bmesh_mesh_normals.h" #include "intern/bmesh_mesh_partial_update.h" -- cgit v1.2.3