Blender V4.3
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
8
14EvaluationResult evaluate_layer(PointerRNA &animated_id_ptr,
15 Action &owning_action,
16 Layer &layer,
17 slot_handle_t slot_handle,
18 const AnimationEvalContext &anim_eval_context);
19
20} // namespace blender::animrig::internal
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