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

Class FCurveModifiers

The F-Curve Modifiers Object

Collection of F-Curve Modifiers.

References

Instance Methods [hide private]
FModifier
new(type)
Add a constraint to this object
boolean
remove(index)
Remove a modifier from this fcurve.
Instance Variables [hide private]
FModifier active
Active F-Curve Modifier.
Method Details [hide private]

new(type)

 

Add a constraint to this object

Parameters:
  • type (enum)
Returns: FModifier
New fmodifier.

remove(index)

 

Remove a modifier from this fcurve.

Parameters:
  • index (int)
Returns: boolean
Removed the constraint successfully.