This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Ben Batt d4616b56ec Redesigned the EdgeSplit modifier's splitting algorithm to be better
structured and more maintainable. The old algorithm could leave the mesh in an
inconsistent state during recursive calls, making it quite fragile. The new
algorithm keeps the mesh in a consistent state, and should be more robust.

This commit fixes the issues EdgeSplit was having with non-manifold meshes
(bug #4946, also reported by several other people). EdgeSplit now works
correctly with all the test files I have.

This commit also fixes the BLI_ghash_remove function to correctly decrement
gh->nentries (the number of entries in the hashtable) on a successful removal.
2006-09-05 13:15:55 +00:00
..
2006-08-20 10:18:01 +00:00
2006-02-06 22:11:50 +00:00
2005-12-06 17:05:37 +00:00
2006-07-04 10:19:26 +00:00
2006-01-02 13:06:05 +00:00
2006-07-26 22:29:23 +00:00
2006-01-23 22:05:47 +00:00
2006-06-14 08:50:41 +00:00
2006-01-23 22:05:47 +00:00
2006-06-14 12:42:23 +00:00
2006-08-20 15:22:56 +00:00
2006-01-23 22:05:47 +00:00
2006-06-09 19:48:50 +00:00
2004-01-05 00:06:11 +00:00