blender/extern
Sergey Sharybin 0fe70b5e28 Fix T41360: Crash on Boolean Modifier
The issue was caused by the wrong attributes maps in certain
circumstances after union intersections.

Namely issue might have happen when more than one iteration of
union was happening and it was caused by the fact that new faces
might be allocated on the same address as freed face from the
old mesh.

Didn't find a nicer fix for this apart from correcting the whole
attributes map after each union step.

We could try removing attributes for the meshes which are getting
deleted, but in asymptotic it's gonna to give exactly the same
complexity as the current approach.
2014-08-11 20:55:52 +06:00
..
binreloc update gpl header in cmake files 2012-02-11 04:05:00 +00:00
bullet2 Remove an assert in Bullet for the Character physics. 2014-08-10 00:39:22 +02:00
carve Fix T41360: Crash on Boolean Modifier 2014-08-11 20:55:52 +06:00
clew Deduplicate CUDA and OpenCL wranglers 2014-08-05 13:57:50 +06:00
colamd update gpl header in cmake files 2012-02-11 04:05:00 +00:00
cuew Fix possible harmful warning: the value of the size argument in 'strncat' is too large, change the argument to be the free space in the destination buffer minus the terminating null byte 2014-08-05 12:03:31 +02:00
Eigen3 Update Eigen to version 3.2.1 2014-03-21 16:04:53 +06:00
glew Merging r51923 through r52851 from trunk into soc-2011-tomato 2012-12-10 15:18:00 +00:00
gtest CMake: add header 2014-08-02 19:16:00 +10:00
libmv Fix crash in cases when first BA step happens with all zero-weighted tracks 2014-07-23 00:46:26 +06:00
libopenjpeg OSX/scons: Try to get rid of buildproblems with openjpeg enabled in certain build environments and prepend SDK_FLAGS to CFLAGS always 2014-07-06 14:10:41 +02:00
libredcode == libredcode / licence cleanup == 2013-07-14 20:38:55 +00:00
lzma update gpl header in cmake files 2012-02-11 04:05:00 +00:00
lzo Update bundled version of minilzo 2013-02-25 08:16:28 +00:00
rangetree Fix T39245: Crash when dynamic topology is enabled 2014-04-03 17:13:31 +11:00
recastnavigation Use reentrant qsort() in particle codes 2013-08-19 10:40:47 +00:00
wcwidth code cleanup: misc warnings/style 2013-03-21 02:58:21 +00:00
xdnd CMake: correct include dirs 2014-07-01 09:36:28 +10:00
CMakeLists.txt Deduplicate CUDA and OpenCL wranglers 2014-08-05 13:57:50 +06:00
SConscript Deduplicate CUDA and OpenCL wranglers 2014-08-05 13:57:50 +06:00