|
Blender V4.3
|
#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 |
Used for list of strips to accumulate at current time.
Definition at line 24 of file nla_private.h.
| struct NlaEvalStrip* NlaEvalStrip::next |
Definition at line 25 of file nla_private.h.
| struct NlaEvalStrip * NlaEvalStrip::prev |
Definition at line 25 of file nla_private.h.
| NlaStrip* NlaEvalStrip::strip |
Strip that's being used.
Definition at line 30 of file nla_private.h.
Referenced by nlastrip_evaluate(), nlastrip_evaluate_actionclip(), nlastrip_evaluate_meta(), nlastrip_evaluate_transition(), and nlastrips_ctime_get_strip().
| short NlaEvalStrip::strip_mode |
Which end of the strip are we looking at.
Definition at line 35 of file nla_private.h.
Referenced by nlastrip_evaluate_transition(), and nlastrips_ctime_get_strip().
| float NlaEvalStrip::strip_time |
Time at which this strip is being evaluated.
Definition at line 38 of file nla_private.h.
Referenced by nlastrip_evaluate_meta(), nlastrip_evaluate_transition(), and nlastrips_ctime_get_strip().
| NlaTrack* NlaEvalStrip::track |
Track that this strip belongs to.
Definition at line 28 of file nla_private.h.
Referenced by animsys_evaluate_nla_for_flush(), and animsys_evaluate_nla_for_keyframing().
| short NlaEvalStrip::track_index |
The index of the track within the list.
Definition at line 33 of file nla_private.h.
Referenced by nlastrips_ctime_get_strip().