|
Blender V5.0
|
Helper functions for animation to interact with the RNA system. More...
#include "BLI_string_ref.hh"#include "BLI_vector.hh"#include "DNA_action_types.h"#include "RNA_types.hh"#include "RNA_path.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::animrig |
Functions | |
| Vector< float > | blender::animrig::get_rna_values (PointerRNA *ptr, PropertyRNA *prop) |
| StringRef | blender::animrig::get_rotation_mode_path (eRotationModes rotation_mode) |
| Vector< RNAPath > | blender::animrig::get_keyable_id_property_paths (const PointerRNA &ptr) |
Helper functions for animation to interact with the RNA system.
Definition in file ANIM_rna.hh.