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

Class FModifierGenerator


The Generator F-Curve Modifier Object

Deterministically generates values for 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)
boolean additive
Values generated by this modifier are applied on top of the existing values instead of overwriting them.
float array of 32 items in [-inf, inf] coefficients
Coefficients for 'x' (starting from lowest power of x^0).
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)
enum mode
Type of generator to use.
boolean muted
F-Curve Modifier will not be evaluated. (Inherited from bpy.types.FModifier)
int in [-inf, inf] poly_order
The highest power of 'x' for this polynomial.
enum (readonly) type
F-Curve Modifier Type in... (Inherited from bpy.types.FModifier)
Instance Variable Details [hide private]

mode

Type of generator to use. in...
  • POLYNOMIAL
  • POLYNOMIAL_FACTORISED
Type:
enum

poly_order

The highest power of 'x' for this polynomial. (number of coefficients - 1)
Type:
int in [-inf, inf]