Blender V5.0
FMod_Envelope Struct Reference

#include <DNA_anim_types.h>

Public Attributes

FCM_EnvelopeDatadata
int totvert
float midval
float min
float max

Detailed Description

Definition at line 127 of file DNA_anim_types.h.

Member Data Documentation

◆ data

◆ max

float FMod_Envelope::max

◆ midval

float FMod_Envelope::midval

Value that envelope's influence is centered around / based on.

Definition at line 134 of file DNA_anim_types.h.

Referenced by draw_fcurve_modifier_controls_envelope(), and fcm_envelope_evaluate().

◆ min

float FMod_Envelope::min

Distances from 'middle-value' for 1:1 envelope influence.

Definition at line 136 of file DNA_anim_types.h.

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

◆ totvert

int FMod_Envelope::totvert

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