Blender Git Commit Log
Git Commits -> Revision 34341ce
Revision 34341ce by Ken Hughes (master) June 14, 2007, 14:42 (GMT) |
Fix for very old bug in Boolean code. BSP trees were calculated incorrectly, which caused faces of convex objects to be classified wrongly. Also removed some dead code. For convex objects, the BSP trees would also be literally orders of magnitude larger than they were supposed to be (one test with a 5000 face torus reduced the BSP tree size from 5.96 million nodes to just 72.1 thousand). |
Commit Details:
Full Hash: 34341ce3f1a53be03c69877668949b67a1727238
SVN Revision: 10925
Parent Commit: a499da7
Lines Changed: +88, -67