|
Blender V4.3
|
Layered Action evaluation. More...
#include "BLI_map.hh"#include "BLI_string_ref.hh"#include "DNA_anim_types.h"#include "RNA_access.hh"#include "ANIM_action.hh"Go to the source code of this file.
Classes | |
| class | blender::animrig::PropIdentifier |
| class | blender::animrig::AnimatedProperty |
| class | blender::animrig::EvaluationResult |
Namespaces | |
| namespace | blender |
| namespace | blender::animrig |
Functions | |
| EvaluationResult | blender::animrig::evaluate_action (PointerRNA &animated_id_ptr, Action &action, slot_handle_t slot_handle, const AnimationEvalContext &anim_eval_context) |
| void | blender::animrig::evaluate_and_apply_action (PointerRNA &animated_id_ptr, Action &action, slot_handle_t slot_handle, const AnimationEvalContext &anim_eval_context, bool flush_to_original) |
Layered Action evaluation.
Definition in file ANIM_evaluation.hh.