From 8b92e0664b68ad617af22382aa7132cc1b693be8 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Wed, 10 Mar 2010 04:30:17 +0000 Subject: Fix [#21514] Emission Col slider ignores checkbox --- release/scripts/ui/properties_texture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts') diff --git a/release/scripts/ui/properties_texture.py b/release/scripts/ui/properties_texture.py index de42cdef040..3b67cd3e0c0 100644 --- a/release/scripts/ui/properties_texture.py +++ b/release/scripts/ui/properties_texture.py @@ -356,7 +356,7 @@ class TEXTURE_PT_influence(TextureSlotPanel): if wide_ui: col = split.column() col.label(text=" ") - factor_but(col, tex.map_alpha, "map_coloremission", "coloremission_factor", "Emission Color") + factor_but(col, tex.map_coloremission, "map_coloremission", "coloremission_factor", "Emission Color") factor_but(col, tex.map_colortransmission, "map_colortransmission", "colortransmission_factor", "Transmission Color") factor_but(col, tex.map_colorreflection, "map_colorreflection", "colorreflection_factor", "Reflection Color") -- cgit v1.2.3