Blender Git Loki

Git Commits -> Revision 3df3948

July 14, 2021, 15:02 (GMT)
Animation: add function to blend Action into pose

Add function `BKE_pose_apply_action_blend()`, which blends a given
Action into current pose. The Action is evaluated at a specified frame,
and the result is applied to the armature's pose.

A blend factor can be given to blend between the current pose and the
one in the Action. Quaternions are interpolated with SLERP; it is
assumed that their FCurves are consecutively stored in the Action.

This function will be used in the upcoming new Pose Library.

Commit Details:

Full Hash: 3df39481c61cbab39ca77d8044793231ef7d051c
Parent Commit: 48dd0ef
Committed By: Julian Eisel
Lines Changed: +143, -0

4 Modified Paths:

/source/blender/blenkernel/BKE_animsys.h (+6, -0) (Diff)
/source/blender/blenkernel/BKE_armature.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+119, -0) (Diff)
/source/blender/blenkernel/intern/armature_pose.cc (+14, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021