Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-19 11:28:29 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-19 11:32:39 +0300
commit1802c6e4a14256f441b46c50bd582f91591078ee (patch)
treec8ec147de396431e48190a01329ecab5a2e97975 /intern
parent79899373eb42895aaba7636dd1819bc89dc7c632 (diff)
Fix use of missing properties in UI after game engine removal.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/ui.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 163131392e3..33fbcadec5a 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -1307,10 +1307,6 @@ class CYCLES_MATERIAL_PT_viewport(CyclesButtonsPanel, Panel):
col.prop(mat, "diffuse_color", text="")
col.prop(mat, "alpha")
- col.separator()
- col.label("Alpha:")
- col.prop(mat.game_settings, "alpha_blend", text="")
-
col = split.column(align=True)
col.label("Specular:")
col.prop(mat, "specular_color", text="")