FModifierLimits(FModifier)

base classes — bpy_struct, FModifier

class bpy.types.FModifierLimits(FModifier)

Limits the time/value ranges of the modified F-Curve

max_x

Highest X value to allow

Type :float in [-inf, inf], default 0.0
max_y

Highest Y value to allow

Type :float in [-inf, inf], default 0.0
min_x

Lowest X value to allow

Type :float in [-inf, inf], default 0.0
min_y

Lowest Y value to allow

Type :float in [-inf, inf], default 0.0
use_max_x

Use the maximum X value

Type :boolean, default False
use_max_y

Use the maximum Y value

Type :boolean, default False
use_min_x

Use the minimum X value

Type :boolean, default False
use_min_y

Use the minimum Y value

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

FModifierGenerator(FModifier)

Next topic

FModifierNoise(FModifier)