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>2011-02-09 04:27:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-09 04:27:46 +0300
commitfdf60ba4a6b6da523698f7da79137dce7dbdb67e (patch)
tree12b20e7eb1a710136c02a7063e23fbe9154436ad /source/blender/editors/mesh/CMakeLists.txt
parent2a67a126e87e87f1aaf7bfa3cc2523f014dc1d77 (diff)
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.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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