Blender Git Loki
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