Blender  V3.3
Public Attributes | List of all members
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 184 of file DNA_anim_types.h.

Member Data Documentation

◆ data

FCM_EnvelopeData* FMod_Envelope::data

◆ max

float FMod_Envelope::max

◆ midval

float FMod_Envelope::midval

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

Definition at line 191 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 193 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: