FModifier(bpy_struct)

base class — bpy_struct

subclasses — FModifierCycles, FModifierPython, FModifierFunctionGenerator, FModifierLimits, FModifierEnvelope, FModifierNoise, FModifierStepped, FModifierGenerator

class bpy.types.FModifier(bpy_struct)

Modifier for values of F-Curve

active

F-Curve Modifier is the one being edited

Type :boolean, default False
is_valid

F-Curve Modifier has invalid settings and will not be evaluated

Type :boolean, default False, (readonly)
mute

F-Curve Modifier will not be evaluated

Type :boolean, default False
show_expanded

F-Curve Modifier’s panel is expanded in UI

Type :boolean, default False
type

F-Curve Modifier Type

Type :enum in [‘NULL’, ‘GENERATOR’, ‘FNGENERATOR’, ‘ENVELOPE’, ‘CYCLES’, ‘NOISE’, ‘FILTER’, ‘LIMITS’, ‘STEPPED’], default ‘NULL’, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

FCurveSample(bpy_struct)

Next topic

FModifierCycles(FModifier)