blender/source/gameengine
Sybren A. Stüvel bf157ce927 Fix T42919 & T42218: BGE: Python-driven armature animation got buggy
Due to changes in the way animation updates were handled,
BL_ArmatureObjects were no longer registering to KX_Scene as animated.

Moguri says: It might have been relying on the deformer update which
moved rom being called on every object in the render step. Now
armature deformers are only updated if they need to be.

Fix T42919 & Fix T42218
2015-02-15 02:00:56 +01:00
..
BlenderRoutines Fix T43565: BGE removed unneeded if/else in BL_KetsjiEmbedStart 2015-02-10 21:28:18 +01:00
Converter Fix T42919 & T42218: BGE: Python-driven armature animation got buggy 2015-02-15 02:00:56 +01:00
Expressions Freestyle: reserve array sizes before filling 2015-01-04 21:23:26 +11:00
GameLogic cleanup: style 2015-02-07 04:50:21 +11:00
GamePlayer Fix BGE compilation after recent renames in BKE_image (tsst...). 2015-01-24 14:57:57 +01:00
Ketsji cleanup: style/indentation 2015-02-11 18:39:28 +11:00
Network mathutils: refactor instantiation 2015-01-04 17:43:57 +11:00
Physics BGE Fix T39026: No collisions detected with parented rigid body object 2015-02-12 23:56:50 +01:00
Rasterizer BGE: Fix for T42285 & T38935 crashes. They are Rayhit related. 2015-02-13 00:12:21 +01:00
SceneGraph Style Cleanup: remove preprocessor indentation (updated wiki style guide too) 2013-12-22 14:12:19 +11:00
VideoTexture Recreating bge python modules instead of using existing 2015-02-09 20:56:38 +00:00
CMakeLists.txt BGE: Removing the source files for the PHY interfaces since they just contained virtual destructors. This means we had license and doc blocks for 3 lines of code, which seemed silly. This also means that ge_phys_common no longer needs to be built as a library. I tested this with CMake and SCons using GCC; hopefully this doesn't break other systems. 2013-02-24 07:09:39 +00:00
SConscript BGE: Removing the source files for the PHY interfaces since they just contained virtual destructors. This means we had license and doc blocks for 3 lines of code, which seemed silly. This also means that ge_phys_common no longer needs to be built as a library. I tested this with CMake and SCons using GCC; hopefully this doesn't break other systems. 2013-02-24 07:09:39 +00:00