![]() |
Blender V2.61 - r43446
|
#include <nla_private.h>
Public Attributes | |
| struct NlaEvalStrip * | next |
| struct NlaEvalStrip * | prev |
| NlaTrack * | track |
| NlaStrip * | strip |
| short | track_index |
| short | strip_mode |
| float | strip_time |
Definition at line 39 of file nla_private.h.
| struct NlaEvalStrip* NlaEvalStrip::next |
Definition at line 40 of file nla_private.h.
Referenced by animsys_evaluate_nla().
| struct NlaEvalStrip * NlaEvalStrip::prev |
Definition at line 40 of file nla_private.h.
Definition at line 43 of file nla_private.h.
Referenced by nlaevalchan_accumulate(), nlaevalchan_verify(), nlastrip_evaluate(), nlastrip_evaluate_actionclip(), nlastrip_evaluate_meta(), nlastrip_evaluate_transition(), and nlastrips_ctime_get_strip().
| short NlaEvalStrip::strip_mode |
Definition at line 46 of file nla_private.h.
Referenced by nlaevalchan_accumulate(), nlastrip_evaluate_transition(), and nlastrips_ctime_get_strip().
| float NlaEvalStrip::strip_time |
Definition at line 48 of file nla_private.h.
Referenced by nlaevalchan_accumulate(), nlastrip_evaluate_meta(), and nlastrips_ctime_get_strip().
Definition at line 42 of file nla_private.h.
Referenced by animsys_evaluate_nla().
Definition at line 45 of file nla_private.h.
Referenced by nlastrips_ctime_get_strip().