Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2021-07-02 14:47:53 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-07-15 17:12:36 +0300
commit28dc07a153dd2c16260fb0c824a4f65ab3a06493 (patch)
treebb567d48e6f47a8fe8f540ed233830ffda1e99cd /source/blender/editors/armature
parent9473c61b366cb3d55bac873e4a6cebd77595ee0d (diff)
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.
Diffstat (limited to 'source/blender/editors/armature')
0 files changed, 0 insertions, 0 deletions