|
Blender V4.3
|
#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 1131 of file DNA_action_types.h.
| uint8_t ActionLayer::_pad0[2] |
Definition at line 1143 of file DNA_action_types.h.
| uint8_t ActionLayer::_pad1[4] |
Definition at line 1152 of file DNA_action_types.h.
| float ActionLayer::influence |
Definition at line 1135 of file DNA_action_types.h.
Referenced by blender::animrig::blend_layer_results().
| uint8_t ActionLayer::layer_flags |
Definition at line 1138 of file DNA_action_types.h.
| int8_t ActionLayer::layer_mix_mode |
Definition at line 1141 of file DNA_action_types.h.
| char ActionLayer::name[64] |
User-Visible identifier, unique within the Animation.
Definition at line 1133 of file DNA_action_types.h.
Referenced by blender::animrig::Action::layer_add(), blender::animrig::tests::TEST_F(), and blender::animrig::tests::TEST_F().
| struct ActionStrip** ActionLayer::strip_array |
There is always at least one strip. If there is only one, it can be infinite. This is the default for new layers.
Definition at line 1149 of file DNA_action_types.h.
Referenced by blender::animrig::Layer::duplicate_with_shallow_strip_copies(), 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 1150 of file DNA_action_types.h.
Referenced by blender::animrig::Layer::duplicate_with_shallow_strip_copies(), blender::animrig::Layer::strip_add(), blender::animrig::Layer::strip_remove(), blender::animrig::Layer::strips(), blender::animrig::Layer::strips(), blender::animrig::tests::TEST_F(), and blender::animrig::Layer::~Layer().