Blender Git Commit Log
Git Commits -> Revision df1e3f1
September 9, 2007, 18:03 (GMT) |
Fix for edgesplit crashes reported in bugs 6695 and 7142. The problem, as found by Riku Palomäki, was that "bridge" vertices (which connect two or more faces that don't share edges) were not being included in the maximum final vertex count calculation (used for memory allocation, hence the crashes). Unfortunately Riku's patch actually stopped bridge vertices from being split correctly, so I have fixed the problem by adding the maximum number of vertices that can be generated from bridge vertices to the maximum final vertex count. Thanks to Riku Palomäki for finding the cause! |
Commit Details:
Full Hash: df1e3f1c4983aae491e1ba4efec918643942c25b
SVN Revision: 11986
Parent Commit: 6798cc2
Lines Changed: +39, -4
1 Modified Path:
/source/blender/blenkernel/intern/modifier.c (+39, -4) (Diff)