Blender
V3.3
|
#include <nla_private.h>
Public Attributes | |
ListBase | channels |
GHash * | path_hash |
GHash * | key_hash |
int | num_channels |
NlaEvalSnapshot | base_snapshot |
NlaEvalSnapshot | eval_snapshot |
Definition at line 120 of file nla_private.h.
NlaEvalSnapshot NlaEvalData::base_snapshot |
Definition at line 129 of file nla_private.h.
Referenced by nlaeval_free(), and nlaevalchan_verify_key().
ListBase NlaEvalData::channels |
Definition at line 121 of file nla_private.h.
Referenced by nlaeval_free(), nlaevalchan_verify_key(), nlasnapshot_blend(), nlasnapshot_blend_get_inverted_lower_snapshot(), nlasnapshot_blend_get_inverted_upper_snapshot(), and nlasnapshot_ensure_channels().
NlaEvalSnapshot NlaEvalData::eval_snapshot |
Definition at line 132 of file nla_private.h.
Referenced by animsys_calculate_nla(), animsys_evaluate_nla_for_flush(), animsys_evaluate_nla_for_keyframing(), and nlaeval_free().
GHash* NlaEvalData::key_hash |
Definition at line 125 of file nla_private.h.
Referenced by nlaeval_free(), nlaeval_init(), and nlaevalchan_verify_key().
int NlaEvalData::num_channels |
Definition at line 128 of file nla_private.h.
Referenced by nlaeval_snapshot_ensure_slot(), nlaeval_snapshot_init(), nlaevalchan_verify_key(), nlasnapshot_blend(), nlasnapshot_blend_get_inverted_lower_snapshot(), and nlasnapshot_blend_get_inverted_upper_snapshot().
GHash* NlaEvalData::path_hash |
Definition at line 124 of file nla_private.h.
Referenced by nlaeval_free(), nlaeval_init(), and nlaevalchan_verify().