Blender V5.0
FCM_EnvelopeData Struct Reference

#include <DNA_anim_types.h>

Public Attributes

float min
float max
float time
short f1
short f2

Detailed Description

Definition at line 114 of file DNA_anim_types.h.

Member Data Documentation

◆ f1

short FCM_EnvelopeData::f1

Settings for 'min' control point.

Definition at line 121 of file DNA_anim_types.h.

Referenced by fmod_envelope_addpoint_cb().

◆ f2

short FCM_EnvelopeData::f2

Settings for 'max' control point.

Definition at line 123 of file DNA_anim_types.h.

Referenced by fmod_envelope_addpoint_cb().

◆ max

float FCM_EnvelopeData::max

◆ min

float FCM_EnvelopeData::min

Min/max values for envelope at this point (absolute values).

Definition at line 116 of file DNA_anim_types.h.

Referenced by draw_fcurve_modifier_controls_envelope(), fcm_envelope_evaluate(), and fmod_envelope_addpoint_cb().

◆ time

float FCM_EnvelopeData::time

Time for that this sample-point occurs.

Definition at line 118 of file DNA_anim_types.h.

Referenced by draw_fcurve_modifier_controls_envelope(), fcm_envelope_evaluate(), and fmod_envelope_addpoint_cb().


The documentation for this struct was generated from the following file: