Package bpy :: Module types :: Class FModifierEnvelope
[hide private]
[frames] | no frames]

Class FModifierEnvelope


The Envelope F-Modifier Object

Scales the values of the modified F-Curve.

(no references to this struct found)

Instance Variables [hide private]
boolean active
F-Curve Modifier is the one being edited (Inherited from bpy.types.FModifier)
Collection of FModifierEnvelopeControlPoint (readonly) control_points
Control points defining the shape of the envelope.
float in [-inf, inf] default_maximum
Upper distance from Reference Value for 1:1 default influence.
float in [-inf, inf] default_minimum
Lower distance from Reference Value for 1:1 default influence.
boolean (readonly) disabled
F-Curve Modifier has invalid settings and will not be evaluated. (Inherited from bpy.types.FModifier)
boolean expanded
F-Curve Modifier's panel is expanded in UI. (Inherited from bpy.types.FModifier)
boolean muted
F-Curve Modifier will not be evaluated. (Inherited from bpy.types.FModifier)
float in [-inf, inf] reference_value
Value that envelope's influence is centered around / based on.
enum (readonly) type
F-Curve Modifier Type in... (Inherited from bpy.types.FModifier)