base classes — bpy_struct, FModifier
Deterministically generates values for the modified F-Curve
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) |
|---|
Type of generator to use
| Type : | enum in [‘POLYNOMIAL’, ‘POLYNOMIAL_FACTORISED’], default ‘POLYNOMIAL’ |
|---|
The highest power of ‘x’ for this polynomial. (number of coefficients - 1)
| Type : | int in [-inf, inf], default 0 |
|---|
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
|