From 283b69e2acc583bcbcd87840e80efbc015f70131 Mon Sep 17 00:00:00 2001 From: tngreene Date: Thu, 5 Nov 2020 20:21:36 -0500 Subject: [PATCH] I wasn't sure whether to use a slider for tint_albedo or not. Or maybe it was just a typo. Glad I caught it in time! --- io_xplane2blender/xplane_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_xplane2blender/xplane_ui.py b/io_xplane2blender/xplane_ui.py index f2d58bbd..086288e3 100644 --- a/io_xplane2blender/xplane_ui.py +++ b/io_xplane2blender/xplane_ui.py @@ -418,7 +418,7 @@ def layer_layout( row.active = layer_props.tint row.prop(layer_props, "tint") if layer_props.tint: - row.prop(layer_props, "tint_albedo", text="Albedo") + row.prop(layer_props, "tint_albedo", text="Albedo", slider=True) row.prop(layer_props, "tint_emissive", text="Emissive", slider=True) # cockpit regions