|
Blender V5.0
|
Functionality to interact with keying sets. More...
#include "RNA_types.hh"Go to the source code of this file.
Classes | |
| struct | KeyingSetInfo |
Namespaces | |
| namespace | blender |
| namespace | blender::animrig |
Typedefs | |
| using | cbKeyingSet_Poll = bool (*)(KeyingSetInfo *ksi, bContext *C) |
| using | cbKeyingSet_Iterator = void (*)(KeyingSetInfo *ksi, bContext *C, KeyingSet *ks) |
| using | cbKeyingSet_Generate |
Enumerations | |
| enum class | blender::animrig::ModifyKeyMode { blender::animrig::INSERT = 0 , blender::animrig::DELETE_KEY } |
| enum class | blender::animrig::ModifyKeyReturn { blender::animrig::SUCCESS = 0 , blender::animrig::INVALID_CONTEXT = -1 , blender::animrig::MISSING_TYPEINFO = -2 } |
Variables | |
| static constexpr const char * | ANIM_KS_LOCATION_ID = "Location" |
| static constexpr const char * | ANIM_KS_ROTATION_ID = "Rotation" |
| static constexpr const char * | ANIM_KS_SCALING_ID = "Scaling" |
| static constexpr const char * | ANIM_KS_LOC_ROT_SCALE_ID = "LocRotScale" |
| static constexpr const char * | ANIM_KS_LOC_ROT_SCALE_CPROP_ID = "LocRotScaleCProp" |
| static constexpr const char * | ANIM_KS_AVAILABLE_ID = "Available" |
| static constexpr const char * | ANIM_KS_WHOLE_CHARACTER_ID = "WholeCharacter" |
| static constexpr const char * | ANIM_KS_WHOLE_CHARACTER_SELECTED_ID = "WholeCharacterSelected" |
Functionality to interact with keying sets.
Definition in file ANIM_keyingsets.hh.
| using cbKeyingSet_Generate |
Property Specifier Callback for KeyingSets (called from iterators)
Definition at line 41 of file ANIM_keyingsets.hh.
| using cbKeyingSet_Iterator = void (*)(KeyingSetInfo *ksi, bContext *C, KeyingSet *ks) |
Context Iterator Callback for KeyingSets.
Definition at line 39 of file ANIM_keyingsets.hh.
| using cbKeyingSet_Poll = bool (*)(KeyingSetInfo *ksi, bContext *C) |
Polling Callback for KeyingSets.
Definition at line 37 of file ANIM_keyingsets.hh.
|
staticconstexpr |
Definition at line 32 of file ANIM_keyingsets.hh.
Referenced by blender::animrig::get_keyingset_for_autokeying().
|
staticconstexpr |
Definition at line 31 of file ANIM_keyingsets.hh.
|
staticconstexpr |
Definition at line 30 of file ANIM_keyingsets.hh.
Referenced by pose_clear_transforms_exec().
|
staticconstexpr |
Definition at line 27 of file ANIM_keyingsets.hh.
Referenced by blender::ed::object::object_location_clear_exec(), pose_clear_loc_exec(), snap_sel_to_grid_exec(), and snap_selected_to_location_rotation().
|
staticconstexpr |
Definition at line 28 of file ANIM_keyingsets.hh.
Referenced by blender::ed::object::object_rotation_clear_exec(), and pose_clear_rot_exec().
|
staticconstexpr |
Definition at line 29 of file ANIM_keyingsets.hh.
Referenced by blender::ed::object::object_scale_clear_exec(), and pose_clear_scale_exec().
|
staticconstexpr |
Definition at line 33 of file ANIM_keyingsets.hh.
Referenced by pose_paste_exec(), and poseAnim_mapping_autoKeyframe().
|
staticconstexpr |
Definition at line 34 of file ANIM_keyingsets.hh.