Blender  V3.3
bpy_rna_driver.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
9 struct ChannelDriver;
10 struct DriverTarget;
11 struct PathResolvedRNA;
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
20 PyObject *pyrna_driver_get_variable_value(struct ChannelDriver *driver, struct DriverTarget *dtar);
21 
22 PyObject *pyrna_driver_self_from_anim_rna(struct PathResolvedRNA *anim_rna);
23 bool pyrna_driver_is_equal_anim_rna(const struct PathResolvedRNA *anim_rna,
24  const PyObject *py_anim_rna);
25 
26 #ifdef __cplusplus
27 }
28 #endif
PyObject * pyrna_driver_get_variable_value(struct ChannelDriver *driver, struct DriverTarget *dtar)
bool pyrna_driver_is_equal_anim_rna(const struct PathResolvedRNA *anim_rna, const PyObject *py_anim_rna)
PyObject * pyrna_driver_self_from_anim_rna(struct PathResolvedRNA *anim_rna)