FCurveModifiers(bpy_struct)

base class — bpy_struct

class bpy.types.FCurveModifiers(bpy_struct)

Collection of F-Curve Modifiers

active

Active F-Curve Modifier

Type :FModifier
new(type)

Add a constraint to this object

Parameters:type (enum in [‘NULL’, ‘GENERATOR’, ‘FNGENERATOR’, ‘ENVELOPE’, ‘CYCLES’, ‘NOISE’, ‘FILTER’, ‘LIMITS’, ‘STEPPED’]) – Constraint type to add
Returns:New fmodifier
Return type:FModifier
remove(modifier)

Remove a modifier from this F-Curve

Parameters:modifier (FModifier, (never None)) – Removed modifier

Inherited Properties

Inherited Functions

References

Previous topic

FCurveKeyframePoints(bpy_struct)

Next topic

FCurveSample(bpy_struct)