[Bf-blender-cvs] [a39efae] master: Fix T44778 missing specular transparency slider in game engine

Antony Riakiotakis noreply at git.blender.org
Thu May 21 16:37:48 CEST 2015


Commit: a39efae03d75debaff208797a925a0f137cd7de9
Author: Antony Riakiotakis
Date:   Thu May 21 16:37:37 2015 +0200
Branches: master
https://developer.blender.org/rBa39efae03d75debaff208797a925a0f137cd7de9

Fix T44778 missing specular transparency slider in game engine

===================================================================

M	release/scripts/startup/bl_ui/properties_material.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_material.py b/release/scripts/startup/bl_ui/properties_material.py
index 7919940..a990a16 100644
--- a/release/scripts/startup/bl_ui/properties_material.py
+++ b/release/scripts/startup/bl_ui/properties_material.py
@@ -884,6 +884,7 @@ class MATERIAL_PT_transp_game(MaterialButtonsPanel, Panel):
             row.prop(mat, "transparency_method", expand=True)
 
         layout.prop(mat, "alpha")
+        layout.prop(mat, "specular_alpha", text="Specular")
 
 
 class VolumeButtonsPanel:




More information about the Bf-blender-cvs mailing list