Blender V5.0
evaluation_internal.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Developers
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "ANIM_evaluation.hh"
8
10struct PointerRNA;
11struct Action;
12struct Layer;
13
15
21EvaluationResult evaluate_layer(PointerRNA &animated_id_ptr,
22 Action &owning_action,
23 Layer &layer,
24 slot_handle_t slot_handle,
25 const AnimationEvalContext &anim_eval_context);
26
27} // namespace blender::animrig::internal
Layered Action evaluation.
struct AnimationEvalContext AnimationEvalContext
EvaluationResult evaluate_layer(PointerRNA &animated_id_ptr, Action &owning_action, Layer &layer, const slot_handle_t slot_handle, const AnimationEvalContext &anim_eval_context)
decltype(::ActionSlot::handle) slot_handle_t