mafw.steering_gui.utils.constants

Shared constants for the steering GUI.

Module Attributes

INT_RANGE

Default integer bounds for spin boxes.

FLOAT_RANGE

Default floating-point bounds for spin boxes.

FLOAT_DECIMALS

Default number of decimals for floating-point spin boxes.

mafw.steering_gui.utils.constants.FLOAT_DECIMALS = 6

Default number of decimals for floating-point spin boxes.

mafw.steering_gui.utils.constants.FLOAT_RANGE = (-1000000000.0, 1000000000.0)

Default floating-point bounds for spin boxes.

mafw.steering_gui.utils.constants.INT_RANGE = (-2147483648, 2147483647)

Default integer bounds for spin boxes.