Blender Git Commit Log
Git Commits -> Revision b410d06
Revision b410d06 by Sergey Sharybin (master) January 30, 2012, 09:19 (GMT) |
Fix #29976: Carve Boolenas crasher with Solidify Issue was caused by union policy needed to deal with cases when operand intersects two or more intersecting meshes of another operand. Changed this policy to run union operation only if there's actual intersection between two meshes of the same object. Should work in general but it's still possible to make it behave incorrect -- for example object consist of two groups if concentric cubes which intersects each other. |
Commit Details:
Full Hash: b410d06ddeae82ba70d8f69368f17a1fbb2c0daf
SVN Revision: 43765
Parent Commit: 942413b
Lines Changed: +175, -69