Blender Git Commit Log
Git Commits -> Revision fdf60ba
Revision fdf60ba by Campbell Barton (master) February 9, 2011, 01:27 (GMT) |
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. |
Commit Details:
Full Hash: fdf60ba4a6b6da523698f7da79137dce7dbdb67e
SVN Revision: 34730
Parent Commit: 2a67a12
Lines Changed: +263, -0
1 Added Path:
/source/blender/editors/mesh/mesh_validate.c (+252, -0) (View)