|
Blender V5.0
|
#include <fmt/format.h>#include "ANIM_rna.hh"#include "BLI_listbase.h"#include "BLI_string.h"#include "BLI_vector.hh"#include "DNA_object_types.h"#include "RNA_access.hh"#include "RNA_path.hh"#include "RNA_prototypes.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) |
| static bool | blender::animrig::is_idproperty_keyable (const IDProperty *id_prop, PointerRNA *ptr, PropertyRNA *prop) |
| Vector< RNAPath > | blender::animrig::get_keyable_id_property_paths (const PointerRNA &ptr) |