|
Blender V4.3
|
#include <nla_private.h>
Public Attributes | |
| struct NlaKeyframingContext * | next |
| struct NlaKeyframingContext * | prev |
| struct AnimData * | adt |
| NlaStrip | strip |
| NlaEvalStrip * | eval_strip |
| NlaStrip | action_track_strip |
| ListBase | upper_estrips |
| NlaEvalData | lower_eval_data |
Information about the currently edited strip and ones below it for keyframing.
Definition at line 144 of file nla_private.h.
| NlaStrip NlaKeyframingContext::action_track_strip |
Definition at line 154 of file nla_private.h.
Referenced by animsys_evaluate_nla_for_keyframing().
| struct AnimData* NlaKeyframingContext::adt |
Definition at line 148 of file nla_private.h.
Referenced by BKE_animsys_get_nla_keyframing_context().
| NlaEvalStrip* NlaKeyframingContext::eval_strip |
Definition at line 152 of file nla_private.h.
Referenced by animsys_evaluate_nla_for_keyframing().
| NlaEvalData NlaKeyframingContext::lower_eval_data |
Definition at line 159 of file nla_private.h.
Referenced by animsys_evaluate_nla_for_keyframing(), and BKE_animsys_get_nla_keyframing_context().
| struct NlaKeyframingContext* NlaKeyframingContext::next |
Definition at line 145 of file nla_private.h.
| struct NlaKeyframingContext * NlaKeyframingContext::prev |
Definition at line 145 of file nla_private.h.
| NlaStrip NlaKeyframingContext::strip |
Definition at line 151 of file nla_private.h.
Referenced by animsys_evaluate_nla_for_keyframing(), and BKE_animsys_get_nla_keyframing_context().
| ListBase NlaKeyframingContext::upper_estrips |
Definition at line 157 of file nla_private.h.
Referenced by animsys_evaluate_nla_for_keyframing().