blender/source
Mitchell Stokes 362b25b382 Fix T39928: Blender crash/freeze when game engine is started with animation played directly on camera object with parents.
Updating object IPOs is not currently thread-safe since it also updates
children. This leads to problems when parents and children are both
animated. For now, updating object IPOs is done in its own loop to avoid
threading issues.
2014-05-04 15:39:15 -07:00
..
blender Fixes for errors uncovered after previous commit 2014-05-04 23:28:27 +12:00
blenderplayer Make blenderplayer compilable again after recent commit b7f085d9c128f31d576c732c6439b5a71e8922ee by Tamito. 2014-05-03 12:51:51 +02:00
creator Code cleanup: remove unused includes 2014-05-01 04:47:51 +10:00
gameengine Fix T39928: Blender crash/freeze when game engine is started with animation played directly on camera object with parents. 2014-05-04 15:39:15 -07:00
icons Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
tests Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
CMakeLists.txt remove WINDOWS checks in cmake, this variable isn't defined on windows and checks weren't needed. 2013-09-03 03:04:44 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00