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
-
Inherited Properties
Inherited Functions