From fdf60ba4a6b6da523698f7da79137dce7dbdb67e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 9 Feb 2011 01:27:46 +0000 Subject: mesh validation function to report errors and help debug bad data generated by modifiers. detects... - invalid vertex range for edges/faces - duplicate indices in edge/face - duplicate edges/faces in mesh - missing edges data in faces At the moment it doesn't correct errors, but eventually it will do this. --- source/blender/editors/mesh/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/mesh/CMakeLists.txt') diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt index 82d1c7430fc..eabc0a599ff 100644 --- a/source/blender/editors/mesh/CMakeLists.txt +++ b/source/blender/editors/mesh/CMakeLists.txt @@ -42,6 +42,7 @@ set(SRC loopcut.c mesh_data.c mesh_ops.c + mesh_validate.c meshtools.c mesh_intern.h -- cgit v1.2.3