|
Blender
V2.93
|
#include <nla_private.h>
Public Attributes | |
| struct NlaEvalChannel * | channel |
| NlaValidMask | blend_domain |
| int | length |
| bool | is_base |
| float | values [] |
Definition at line 79 of file nla_private.h.
| NlaValidMask NlaEvalChannelSnapshot::blend_domain |
For an upper snapshot channel, marks values that should be blended.
Definition at line 83 of file nla_private.h.
Referenced by nlaevalchan_snapshot_free(), nlaevalchan_snapshot_new(), nlasnapshot_blend(), nlasnapshot_enable_all_blend_domain(), and nlasnapshot_from_action().
| struct NlaEvalChannel* NlaEvalChannelSnapshot::channel |
Definition at line 80 of file nla_private.h.
Referenced by nlaevalchan_snapshot_copy(), nlaevalchan_snapshot_new(), and nlaevalchan_verify_key().
| bool NlaEvalChannelSnapshot::is_base |
Definition at line 86 of file nla_private.h.
Referenced by nlaevalchan_snapshot_free(), and nlaevalchan_verify_key().
| int NlaEvalChannelSnapshot::length |
Definition at line 85 of file nla_private.h.
Referenced by BKE_animsys_nla_remap_keyframe_values(), nladata_flush_channels(), nlaevalchan_get_default_values(), nlaevalchan_snapshot_copy(), nlaevalchan_snapshot_new(), nlaevalchan_validate_index_ex(), nlaevalchan_verify_key(), and nlasnapshot_enable_all_blend_domain().
| float NlaEvalChannelSnapshot::values[] |
Definition at line 88 of file nla_private.h.
Referenced by BKE_animsys_nla_remap_keyframe_values(), nladata_flush_channels(), nlaevalchan_snapshot_copy(), nlaevalchan_verify_key(), nlasnapshot_blend(), and nlasnapshot_from_action().