Blender
V3.3
|
#include <DNA_anim_types.h>
Public Attributes | |
float | min |
float | max |
float | time |
short | f1 |
short | f2 |
Definition at line 171 of file DNA_anim_types.h.
short FCM_EnvelopeData::f1 |
Settings for 'min' control point.
Definition at line 178 of file DNA_anim_types.h.
Referenced by fmod_envelope_addpoint_cb().
short FCM_EnvelopeData::f2 |
Settings for 'max' control point.
Definition at line 180 of file DNA_anim_types.h.
Referenced by fmod_envelope_addpoint_cb().
float FCM_EnvelopeData::max |
Definition at line 173 of file DNA_anim_types.h.
Referenced by fcm_envelope_evaluate(), and fmod_envelope_addpoint_cb().
float FCM_EnvelopeData::min |
Min/max values for envelope at this point (absolute values).
Definition at line 173 of file DNA_anim_types.h.
Referenced by fcm_envelope_evaluate(), and fmod_envelope_addpoint_cb().
float FCM_EnvelopeData::time |
Time for that this sample-point occurs.
Definition at line 175 of file DNA_anim_types.h.
Referenced by fcm_envelope_evaluate(), and fmod_envelope_addpoint_cb().