|
Blender V4.3
|
#include <cstdio>#include <cstring>#include "ANIM_rna.hh"#include "ANIM_visualkey.hh"#include "BKE_armature.hh"#include "BLI_math_matrix.h"#include "BLI_math_rotation.h"#include "DNA_constraint_types.h"#include "DNA_object_types.h"#include "DNA_rigidbody_types.h"#include "RNA_access.hh"#include "RNA_prototypes.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::animrig |
Enumerations | |
| enum | { blender::animrig::VISUALKEY_NONE = 0 , blender::animrig::VISUALKEY_LOC , blender::animrig::VISUALKEY_ROT , blender::animrig::VISUALKEY_SCA } |
Functions | |
| bool | blender::animrig::visualkey_can_use (PointerRNA *ptr, PropertyRNA *prop) |
| Vector< float > | blender::animrig::visualkey_get_values (PointerRNA *ptr, PropertyRNA *prop) |