Fix use of missing properties in UI after game engine removal.

This commit is contained in:
Brecht Van Lommel 2018-04-19 10:28:29 +02:00
parent 79899373eb
commit 1802c6e4a1
2 changed files with 0 additions and 5 deletions

View File

@ -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="")

View File

@ -520,7 +520,6 @@ class USERPREF_PT_system(Panel):
col = colsplit.column()
col.label(text="OpenGL:")
col.prop(system, "gl_clip_alpha", slider=True)
col.prop(system, "use_mipmaps")
col.prop(system, "use_gpu_mipmap")
col.prop(system, "use_16bit_textures")