Blender Git Loki
Git Commits -> Revision 28dc07a
Revision 28dc07a by Sybren A. Stüvel (master) July 15, 2021, 14:12 (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: 28dc07a153dd2c16260fb0c824a4f65ab3a06493
Parent Commit: 9473c61
Lines Changed: +143, -0