Blender V4.3
ANIM_driver.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
11#include "RNA_types.hh"
12
14struct FCurve;
15
16namespace blender::animrig {
17
20float evaluate_driver_from_rna_pointer(const AnimationEvalContext *anim_eval_context,
22 PropertyRNA *prop,
23 const FCurve *fcu);
24
25} // namespace blender::animrig
float evaluate_driver_from_rna_pointer(const AnimationEvalContext *anim_eval_context, PointerRNA *ptr, PropertyRNA *prop, const FCurve *fcu)
Definition driver.cc:16
PointerRNA * ptr
Definition wm_files.cc:4126