FModifierSmooth(FModifier)

base classes — bpy_struct, FModifier

class bpy.types.FModifierSmooth(FModifier)

Smooth curve using Gaussian smoothing

filter_width

The number of frames to average around each keyframe. Higher values allow more smoothing, but will decrease performance.

Type:

int in [1, 32], default 0

sigma

The shape of the Gaussian distribution in frames. Lower values will increase sharpness across the Filter Width.

Type:

float in [0.1, 100], default 0.0

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:

id (str) – The RNA type identifier.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:

id (str) – The RNA type identifier.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions