forked from bartvdbraak/blender
c4a422ffbb
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 |
||
---|---|---|
.. | ||
include/carve | ||
lib | ||
patches | ||
bundle.sh | ||
CMakeLists.txt | ||
files.txt | ||
LICENSE.GPL2 | ||
mkfiles.sh | ||
SConscript |