Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-22 09:13:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-22 09:13:43 +0400
commit675628d24deba0afdc3da5b7a5bc802b13506251 (patch)
tree98664ef3860a9c421c35202237800c7925608ad5 /source/blender/bmesh/bmesh.h
parent23c8298ca042db6e00f319663fbe3f82c87db68e (diff)
bmesh: debugging function to help resolve issues with corrupt mesh data - BM_mesh_validate()
Diffstat (limited to 'source/blender/bmesh/bmesh.h')
-rw-r--r--source/blender/bmesh/bmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h
index 2e568a15117..a7f66bb8345 100644
--- a/source/blender/bmesh/bmesh.h
+++ b/source/blender/bmesh/bmesh.h
@@ -217,6 +217,7 @@ extern "C" {
#include "intern/bmesh_marking.h"
#include "intern/bmesh_mesh.h"
#include "intern/bmesh_mesh_conv.h"
+#include "intern/bmesh_mesh_validate.h"
#include "intern/bmesh_mods.h"
#include "intern/bmesh_operators.h"
#include "intern/bmesh_polygon.h"