Blender Git Commit Log

Git Commits -> Revision 820c2df

Revision 820c2df by Benoit Bolsee (master)
June 24, 2008, 22:19 (GMT)
BGE patch: Add automatic support for armature driven shape keys.

To take advantage of this feature, you must have a mesh with
relative shape keys and shape Ipo curves with drivers referring
to bones of the mesh's parent armature.
The BGE will automatically detect the dependency between the
shape keys and the armature and execute the Ipo drivers during
the rendering of the armature actions.
This technique is used to make the armature action more natural:
the shape keys compensate in places where the armature deformation
is uggly and the drivers make sure that the shape correction
is synchronized with the bone position.

Note: This is not compatible with shape actions; BLender does
not allow to have Shape Ipo Curves and Shape actions at the same
time.

Commit Details:

Full Hash: 820c2df12c9d1ba7479c0a924f90f79a33028db9
SVN Revision: 15348
Parent Commit: 4d478cb
Lines Changed: +76, -4

7 Modified Paths:

/source/blender/blenkernel/BKE_ipo.h (+8, -0) (Diff)
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+2, -0) (Diff)
/source/gameengine/Converter/BL_ShapeDeformer.cpp (+47, -0) (Diff)
/source/gameengine/Converter/BL_ShapeDeformer.h (+9, -0) (Diff)
/source/gameengine/Converter/BL_SkinDeformer.cpp (+1, -4) (Diff)
/source/gameengine/Converter/BL_SkinDeformer.h (+8, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021