Blender V4.3
ANIM_rna.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
11#include "BLI_string_ref.hh"
12#include "BLI_vector.hh"
13#include "DNA_action_types.h"
14#include "RNA_types.hh"
15
16namespace blender::animrig {
17
19Vector<float> get_rna_values(PointerRNA *ptr, PropertyRNA *prop);
20
22StringRef get_rotation_mode_path(eRotationModes rotation_mode);
23
24} // namespace blender::animrig
eRotationModes
Vector< float > get_rna_values(PointerRNA *ptr, PropertyRNA *prop)
Definition anim_rna.cc:16
StringRef get_rotation_mode_path(eRotationModes rotation_mode)
Definition anim_rna.cc:73
PointerRNA * ptr
Definition wm_files.cc:4126