Nathan Letwory
0ff06e21cd
doxygen: blender/blenkernel tagged.
2011-02-27 20:40:57 +00:00
Campbell Barton
2e5eb41522
pedantic warning cleanup, also remove texspace_edit() since its been added using a different method.
2011-02-27 08:31:10 +00:00
Nathan Letwory
5b607701a7
doxygen: prevent GPL license block from being parsed as doxygen comment.
2011-02-23 10:52:22 +00:00
Campbell Barton
1817a045b4
mesh validation remove duplicate faces didn't always work, now it _should_ all work correctly.
2011-02-10 14:13:13 +00:00
Campbell Barton
7daabec534
mesh validation: bugfix for removing doubles, another fix coming...
2011-02-10 12:34:52 +00:00
Campbell Barton
264c8c2162
mesh.validate() now returns True if any corrections were made.
...
tested that correcting invalid meshes works by generating random meshes and checking that only the first call to mesh.validate() makes changes.
found 2 bugs in mesh validation.
- face sorting array wasn't assigned correct indices.
- removing invalid edges used wrong comparison.
2011-02-10 09:29:31 +00:00
Campbell Barton
30ada8fdd3
fix [ #26003 ] Twice applied modifier with Convert to mesh with several multi-user objects
...
convert_exec could do with a re-write, getting quite confusing.
update md5's for ctest results and some renaming in mesh_validate code.
2011-02-10 04:48:49 +00:00
Campbell Barton
5aa72b8726
BKE_mesh_validate() now corrects invalid meshes (optionally), added access for python so it can correct for bad imported geometry - mesh.validate().
2011-02-09 15:13:20 +00:00
Guillermo S. Romero
5e1eb9b4d3
SVN maintenance.
2011-02-09 03:48:40 +00:00
Campbell Barton
3e8ddef8e5
move validation into blender kernel so it can be called by internal modifier funcs more easily.
2011-02-09 02:28:11 +00:00