|
Blender V4.3
|
#include <DNA_action_types.h>
Inherited by blender::animrig::ChannelBag.
Public Attributes | |
| int32_t | slot_handle |
| int | group_array_num |
| struct bActionGroup ** | group_array |
| uint8_t | _pad [4] |
| int | fcurve_array_num |
| struct FCurve ** | fcurve_array |
Definition at line 1266 of file DNA_action_types.h.
| uint8_t ActionChannelBag::_pad[4] |
Definition at line 1286 of file DNA_action_types.h.
| struct FCurve** ActionChannelBag::fcurve_array |
Definition at line 1289 of file DNA_action_types.h.
Referenced by blender::animrig::ChannelBag::channel_group_move(), blender::animrig::ChannelBag::channel_group_remove(), blender::animrig::ChannelBag::ChannelBag(), convert_action_in_place(), blender::animrig::convert_to_layered_action(), blender::animrig::ChannelBag::fcurve(), blender::animrig::ChannelBag::fcurve(), blender::animrig::ChannelBag::fcurve_append(), blender::animrig::ChannelBag::fcurve_create(), blender::animrig::ChannelBag::fcurve_detach_by_index(), blender::animrig::ChannelBag::fcurve_move(), blender::animrig::ChannelBag::fcurves(), blender::animrig::ChannelBag::fcurves(), blender::animrig::ChannelBag::fcurves_clear(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), and blender::animrig::ChannelBag::~ChannelBag().
| int ActionChannelBag::fcurve_array_num |
Definition at line 1288 of file DNA_action_types.h.
Referenced by blender::animrig::legacy::action_fcurves_remove(), blender::animrig::ChannelBag::channel_group_move(), blender::animrig::ChannelBag::channel_group_remove(), blender::animrig::ChannelBag::ChannelBag(), convert_action_in_place(), blender::animrig::convert_to_layered_action(), blender::animrig::ChannelBag::fcurve_append(), blender::animrig::ChannelBag::fcurve_create(), blender::animrig::ChannelBag::fcurve_detach_by_index(), blender::animrig::ChannelBag::fcurve_move(), blender::animrig::ChannelBag::fcurves(), blender::animrig::ChannelBag::fcurves(), blender::animrig::ChannelBag::fcurves_clear(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), and blender::animrig::ChannelBag::~ChannelBag().
| struct bActionGroup** ActionChannelBag::group_array |
Definition at line 1284 of file DNA_action_types.h.
Referenced by blender::animrig::ChannelBag::channel_group(), blender::animrig::ChannelBag::channel_group(), blender::animrig::ChannelBag::channel_group_create(), blender::animrig::ChannelBag::channel_group_move(), blender::animrig::ChannelBag::channel_groups(), blender::animrig::ChannelBag::channel_groups(), blender::animrig::ChannelBag::ChannelBag(), convert_action_in_place(), and blender::animrig::ChannelBag::~ChannelBag().
| int ActionChannelBag::group_array_num |
Definition at line 1283 of file DNA_action_types.h.
Referenced by blender::animrig::ChannelBag::channel_group(), blender::animrig::ChannelBag::channel_group(), blender::animrig::ChannelBag::channel_group_create(), blender::animrig::ChannelBag::channel_group_move(), blender::animrig::ChannelBag::channel_groups(), blender::animrig::ChannelBag::channel_groups(), blender::animrig::ChannelBag::ChannelBag(), convert_action_in_place(), and blender::animrig::ChannelBag::~ChannelBag().
| int32_t ActionChannelBag::slot_handle |
Definition at line 1267 of file DNA_action_types.h.
Referenced by blender::animrig::ChannelBag::ChannelBag(), blender::animrig::StripKeyframeData::channelbag_for_slot_add(), and blender::animrig::move_slot().