Blender  V2.93
Public Attributes | List of all members
NlaEvalData Struct Reference

#include <nla_private.h>

Public Attributes

ListBase channels
 
GHashpath_hash
 
GHashkey_hash
 
int num_channels
 
NlaEvalSnapshot base_snapshot
 
NlaEvalSnapshot eval_snapshot
 

Detailed Description

Definition at line 132 of file nla_private.h.

Member Data Documentation

◆ base_snapshot

NlaEvalSnapshot NlaEvalData::base_snapshot

Definition at line 141 of file nla_private.h.

Referenced by nlaeval_free(), and nlaevalchan_verify_key().

◆ channels

ListBase NlaEvalData::channels

◆ eval_snapshot

NlaEvalSnapshot NlaEvalData::eval_snapshot

◆ key_hash

GHash* NlaEvalData::key_hash

Definition at line 137 of file nla_private.h.

Referenced by nlaeval_free(), nlaeval_init(), and nlaevalchan_verify_key().

◆ num_channels

int NlaEvalData::num_channels

◆ path_hash

GHash* NlaEvalData::path_hash

Definition at line 136 of file nla_private.h.

Referenced by nlaeval_free(), nlaeval_init(), and nlaevalchan_verify().


The documentation for this struct was generated from the following file: