Blender Git Loki
Git Commits -> Revision c4a422f
Revision c4a422f by Sergey Sharybin (master) November 5, 2012, 11:34 (GMT) |
Fix/workaround for carve aborts on windows The issue was caused by passing start iterator larger than end iterator to std::copy in triangulation module. It'll do nothing on linux but will throw an exception on windows. Now behavior will be identical on both platforms. Proper solution would be to figure out why exactly this happened, but it's easier to be forwarded to Tobias and we'll need to get rid of triangulation anyway. This should solve issues: #30100: boolean intersect crashes blender #33001: Crash on applying Boolean difference modifier #33045: Boolean modifier crash with mirrored objects |
Commit Details:
Full Hash: c4a422ffbb6ec5d8749099f1bca318cfd15e408b
SVN Revision: 51897
Parent Commit: 77bf273
Lines Changed: +2, -1
1 Modified Path:
/extern/carve/lib/intersect_face_division.cpp (+2, -1) (Diff)