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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'materials_utils/__init__.py')
-rw-r--r--materials_utils/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/materials_utils/__init__.py b/materials_utils/__init__.py
index 3bc94ddf..c768d770 100644
--- a/materials_utils/__init__.py
+++ b/materials_utils/__init__.py
@@ -805,9 +805,6 @@ class VIEW3D_OT_show_mat_preview(Operator):
if is_opaque:
col.separator()
col.prop(mat, "alpha")
- col.separator()
- col.label("Viewport Alpha:")
- col.prop(mat.game_settings, "alpha_blend", text="")
layout.separator()
else:
other_render = ("*Unavailable with this Renderer*" if not c_render_engine("Both")