|
Blender V5.0
|
#include <DNA_action_types.h>
Inherited by blender::animrig::Layer.
Public Attributes | |
| char | name [64] |
| float | influence |
| uint8_t | layer_flags |
| int8_t | layer_mix_mode |
| uint8_t | _pad0 [2] |
| struct ActionStrip ** | strip_array |
| int | strip_array_num |
| uint8_t | _pad1 [4] |
Definition at line 1155 of file DNA_action_types.h.
| uint8_t ActionLayer::_pad0[2] |
Definition at line 1167 of file DNA_action_types.h.
| uint8_t ActionLayer::_pad1[4] |
Definition at line 1176 of file DNA_action_types.h.
| float ActionLayer::influence |
Definition at line 1159 of file DNA_action_types.h.
Referenced by blender::animrig::blend_layer_results(), and blender::animrig::tests::TEST_F().
| uint8_t ActionLayer::layer_flags |
Definition at line 1162 of file DNA_action_types.h.
Referenced by blender::animrig::Layer::flags().
| int8_t ActionLayer::layer_mix_mode |
Definition at line 1165 of file DNA_action_types.h.
Referenced by blender::animrig::Layer::mix_mode().
| char ActionLayer::name[64] |
User-Visible identifier, unique within the Animation.
Definition at line 1157 of file DNA_action_types.h.
Referenced by blender::animrig::Action::layer_add(), rna_def_action_layers(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), and blender::animrig::tests::TEST_F().
| struct ActionStrip** ActionLayer::strip_array |
The layer's array of strips. See the documentation of blender::animrig::Layer for the invariants of this array.
Definition at line 1173 of file DNA_action_types.h.
Referenced by blender::bke::read_layers(), blender::animrig::Layer::strip(), blender::animrig::Layer::strip(), blender::animrig::Layer::strip_add(), blender::animrig::Layer::strip_remove(), blender::animrig::Layer::strips(), blender::animrig::Layer::strips(), and blender::animrig::Layer::~Layer().
| int ActionLayer::strip_array_num |
Definition at line 1174 of file DNA_action_types.h.
Referenced by blender::animrig::Layer::duplicate_with_shallow_strip_copies(), blender::bke::read_layers(), blender::animrig::Layer::strip_add(), blender::animrig::Layer::strip_remove(), blender::animrig::Layer::strips(), blender::animrig::Layer::strips(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), blender::animrig::tests::TEST_F(), and blender::animrig::Layer::~Layer().