|
Blender V4.3
|
#include <nla_private.h>
Public Attributes | |
| struct NlaEvalSnapshot * | base |
| int | size |
| NlaEvalChannelSnapshot ** | channels |
Set of values for all channels.
Definition at line 119 of file nla_private.h.
| struct NlaEvalSnapshot* NlaEvalSnapshot::base |
Definition at line 121 of file nla_private.h.
Referenced by nlaeval_snapshot_ensure_channel(), nlaeval_snapshot_find_channel(), nlaeval_snapshot_free_data(), nlaeval_snapshot_init(), nlasnapshot_blend(), and nlasnapshot_blend_get_inverted_upper_snapshot().
| NlaEvalChannelSnapshot** NlaEvalSnapshot::channels |
Definition at line 124 of file nla_private.h.
Referenced by nlaeval_free(), nlaeval_snapshot_ensure_size(), nlaeval_snapshot_ensure_slot(), nlaeval_snapshot_free_data(), nlaeval_snapshot_get(), and nlaeval_snapshot_init().
| int NlaEvalSnapshot::size |
Definition at line 123 of file nla_private.h.
Referenced by nlaeval_snapshot_ensure_size(), nlaeval_snapshot_free_data(), nlaeval_snapshot_init(), and nlasnapshot_enable_all_blend_domain().