FModifierGenerator(FModifier)
base classes — bpy_struct, FModifier
- class bpy.types.FModifierGenerator(FModifier)
 Deterministically generate values for the modified F-Curve
- coefficients
 Coefficients for ‘x’ (starting from lowest power of x^0)
- Type
 float array of 32 items in [-inf, inf], default (0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
- mode
 Type of generator to use
- Type
 enum in [‘POLYNOMIAL’, ‘POLYNOMIAL_FACTORISED’], default ‘POLYNOMIAL’
- poly_order
 The highest power of ‘x’ for this polynomial (number of coefficients - 1)
- Type
 int in [1, 100], default 0
- use_additive
 Values generated by this modifier are applied on top of the existing values instead of overwriting them
- Type
 boolean, default False
- classmethod bl_rna_get_subclass(id, default=None)
 - Parameters
 id (string) – The RNA type identifier.
- Returns
 The RNA type or default when not found.
- Return type
 bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None)
 - Parameters
 id (string) – The RNA type identifier.
- Returns
 The class or default when not found.
- Return type
 type
Inherited Properties
Inherited Functions