Blender Git Commit Log

Git Commits -> Revision cbc4aae

Revision cbc4aae by Brecht Van Lommel (master)
January 22, 2010, 11:03 (GMT)
Fix crash rendering grass_wind.blend from regression tests. The real
problem is that where_is_object is being called from multiple threads
but is not thread-safe, added a note about this problem, this commit
only solves the crash. Also remove the pushdata/popdata mechanism
that was being used here, using this kind of system is bound to give
problems with threading.

Commit Details:

Full Hash: cbc4aae06a9b3878b0af68884a75b953e3c8612b
SVN Revision: 26189
Parent Commit: 00318ea
Lines Changed: +9, -86

4 Modified Paths:

/source/blender/blenkernel/BKE_blender.h (+0, -6) (Diff)
/source/blender/blenkernel/intern/blender.c (+0, -70) (Diff)
/source/blender/blenkernel/intern/effect.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+7, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021