Blender V4.3
ActionSlot Struct Reference

#include <DNA_action_types.h>

Inherited by blender::animrig::Slot.

Public Attributes

char name [66]
 
uint8_t _pad0 [2]
 
int idtype
 
int32_t handle
 
int8_t slot_flags
 
uint8_t _pad1 [3]
 
ActionSlotRuntimeHandleruntime
 

Detailed Description

See also
blender::animrig::Slot

Definition at line 1163 of file DNA_action_types.h.

Member Data Documentation

◆ _pad0

uint8_t ActionSlot::_pad0[2]

Definition at line 1171 of file DNA_action_types.h.

◆ _pad1

uint8_t ActionSlot::_pad1[3]

Definition at line 1194 of file DNA_action_types.h.

◆ handle

int32_t ActionSlot::handle

Identifier of this Slot within the Action.

This number allows reorganization of the bAction::slot_array without invalidating references. Also these remain valid when copy-on-evaluate copies are made.

Only valid within the Action that owns this Slot.

See also
blender::animrig::Action::slot_for_handle()

Definition at line 1190 of file DNA_action_types.h.

Referenced by blender::bke::action_blend_write(), actkeys_list_element_to_keylist(), animfilter_action_slot(), animfilter_fcurves_span(), build_channel_keylist(), blender::animrig::StripKeyframeData::channelbag_for_slot(), blender::animrig::StripKeyframeData::channelbag_for_slot(), blender::animrig::StripKeyframeData::channelbag_for_slot_add(), click_select_channel_action_slot(), blender::animrig::tests::AnimationEvaluationTest::evaluate_single_property(), blender::animrig::first_slot_handle(), blender::animrig::generic_assign_action_slot(), mouse_action_keys(), blender::animrig::move_slot(), blender::animrig::Action::slot_active_set(), blender::animrig::Action::slot_for_handle(), blender::animrig::Action::slot_name_propagate(), blender::animrig::Action::slot_remove(), blender::animrig::nla::tests::TEST_F(), blender::animrig::nla::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), and blender::animrig::tests::TEST_F().

◆ idtype

◆ name

◆ runtime

◆ slot_flags


The documentation for this struct was generated from the following file: