|
Blender
V2.93
|
#include "BKE_animsys.h"#include "BKE_armature.h"#include "BLI_set.hh"#include "DNA_action_types.h"#include "DNA_anim_types.h"#include "DNA_armature_types.h"#include "DNA_object_types.h"#include "RNA_access.h"Go to the source code of this file.
Functions | |
| void | BKE_pose_apply_action (struct Object *ob, struct bAction *action, struct AnimationEvalContext *anim_eval_context) |
| void BKE_pose_apply_action | ( | struct Object * | ob, |
| struct bAction * | action, | ||
| struct AnimationEvalContext * | anim_eval_context | ||
| ) |
Definition at line 48 of file armature_pose.cc.
References animsys_evaluate_action(), Object::data, Object::id, Object::pose, and RNA_id_pointer_create().