|
Blender
V2.93
|
#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 132 of file nla_private.h.
| NlaEvalSnapshot NlaEvalData::base_snapshot |
Definition at line 141 of file nla_private.h.
Referenced by nlaeval_free(), and nlaevalchan_verify_key().
| ListBase NlaEvalData::channels |
Definition at line 133 of file nla_private.h.
Referenced by nladata_flush_channels(), nlaeval_free(), nlaevalchan_verify_key(), nlasnapshot_blend(), and nlasnapshot_ensure_channels().
| NlaEvalSnapshot NlaEvalData::eval_snapshot |
Definition at line 144 of file nla_private.h.
Referenced by animsys_calculate_nla(), animsys_evaluate_nla_for_flush(), animsys_evaluate_nla_for_keyframing(), BKE_animsys_nla_remap_keyframe_values(), and nlaeval_free().
| GHash* NlaEvalData::key_hash |
Definition at line 137 of file nla_private.h.
Referenced by nlaeval_free(), nlaeval_init(), and nlaevalchan_verify_key().
| int NlaEvalData::num_channels |
Definition at line 140 of file nla_private.h.
Referenced by nlaeval_snapshot_ensure_slot(), nlaeval_snapshot_init(), nlaevalchan_verify_key(), and nlasnapshot_blend().
| GHash* NlaEvalData::path_hash |
Definition at line 136 of file nla_private.h.
Referenced by nlaeval_free(), nlaeval_init(), and nlaevalchan_verify().