maxon.FilterSettings

Description

General maxon.Data class.
An object of this class can store every type of data as long as that type has been registered (see maxon.DataType).

Inheritance diagram

Inheritance

Parent Class:

Attributes

maxon.FilterSettings.filterType

(maxon.FILTERTYPE) The used filter type.

maxon.FilterSettings.iterations

(int) Amount of iterations that the filter is applied.

maxon.FilterSettings.offset

(float) Offset value for the offset filter.

maxon.FilterSettings.radius

(float) Radius of the filter mask.

maxon.FilterSettings.remap_newMax

(float) ew maximum value for linear value remapping.

maxon.FilterSettings.remap_newMin

(float) New minimum value for linear value remapping.

maxon.FilterSettings.remap_oldMax

(float) Old maximum value for linear value remapping.

maxon.FilterSettings.remap_oldMin

(float) Old minimum value for linear value remapping.

maxon.FilterSettings.splineData

(c4d.SplineData) The spline for spline remapping.

maxon.FilterSettings.strength

(float) The strength of the filter.