|
| static Strip * | blender::animrig::legacy::first_keyframe_strip (Action &action) |
| Slot & | blender::animrig::legacy::slot_ensure (Action &action) |
| Channelbag * | blender::animrig::legacy::channelbag_get (Action &action) |
| Channelbag & | blender::animrig::legacy::channelbag_ensure (Action &action) |
| template<typename ActionType, typename FCurveType, typename LayerType, typename StripType, typename StripKeyframeDataType, typename ChannelbagType> |
| static Vector< FCurveType * > | blender::animrig::legacy::fcurves_all_templated (ActionType &action) |
| Vector< FCurve * > | blender::animrig::legacy::fcurves_all (bAction *action) |
| Vector< const FCurve * > | blender::animrig::legacy::fcurves_all (const bAction *action) |
| Vector< FCurve * > | blender::animrig::legacy::fcurves_first_slot (bAction *action) |
| template<typename ActionType, typename FCurveType, typename LayerType, typename StripType, typename StripKeyframeDataType, typename ChannelbagType> |
| static Vector< FCurveType * > | blender::animrig::legacy::fcurves_for_action_slot_templated (ActionType &action, const slot_handle_t slot_handle) |
| Vector< FCurve * > | blender::animrig::legacy::fcurves_for_action_slot (bAction *action, slot_handle_t slot_handle) |
| Vector< const FCurve * > | blender::animrig::legacy::fcurves_for_action_slot (const bAction *action, slot_handle_t slot_handle) |
| Vector< FCurve * > | blender::animrig::legacy::fcurves_for_assigned_action (AnimData *adt) |
| Vector< const FCurve * > | blender::animrig::legacy::fcurves_for_assigned_action (const AnimData *adt) |
| bool | blender::animrig::legacy::assigned_action_has_keyframes (AnimData *adt) |
| Vector< bActionGroup * > | blender::animrig::legacy::channel_groups_all (bAction *action) |
| Vector< bActionGroup * > | blender::animrig::legacy::channel_groups_for_assigned_slot (AnimData *adt) |
| bool | blender::animrig::legacy::action_treat_as_legacy (const bAction &action) |
| bool | blender::animrig::legacy::action_fcurves_remove (bAction &action, slot_handle_t slot_handle, StringRefNull rna_path_prefix) |