blender/source
Bastien Montagne 9591b5f618 Fix T52816: regression can't open file in 2.79 (crash).
Tentative fix, since I cannot reproduce thenissue for some reason here
on linux.

Core of the problem is pretty clear though, thanks to Germano Cavalcante
(@mano-wii): another thread could try to use looptris data after worker
one had allocated it, but before it had actually computed looptris.

So now, we use a temp 'wip' pointer to store looptris being computed
(since this is protected by a mutex, other threads will have to wait on
it, no possibility for them to double-compute the looptris here).

This should probably be backported to 2.79a if done.
2017-09-19 14:00:49 +02:00
..
blender Fix T52816: regression can't open file in 2.79 (crash). 2017-09-19 14:00:49 +02:00
blenderplayer Fix T52653: Render output of linked scenes conflicts with other scenes with the same name 2017-09-14 16:50:19 +05:00
creator Fix T52653: Render output of linked scenes conflicts with other scenes with the same name 2017-09-14 16:50:19 +05:00
gameengine Fix for recent fix in fc890cd, cstdint is c++11 only so don't use it yet. 2017-08-21 19:05:17 +02:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt