Blender
V3.3
|
#include <nla_private.h>
Public Attributes | |
struct NlaEvalSnapshot * | base |
int | size |
NlaEvalChannelSnapshot ** | channels |
Definition at line 111 of file nla_private.h.
struct NlaEvalSnapshot* NlaEvalSnapshot::base |
Definition at line 113 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 116 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 115 of file nla_private.h.
Referenced by nlaeval_snapshot_ensure_size(), nlaeval_snapshot_free_data(), nlaeval_snapshot_init(), and nlasnapshot_enable_all_blend_domain().