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:
authorDalai Felinto <dfelinto@gmail.com>2018-04-17 19:18:26 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-04-17 19:18:32 +0300
commite6a5a2a679b3502505810ddb72423ab9f3098fee (patch)
tree91e016199fd694945a4918fc645575f01e15bf70 /materials_utils
parentb4a92f139628b421c711d64e7f2f31b6687c3017 (diff)
A few addons related cleanup after BGE removal
Diffstat (limited to 'materials_utils')
-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")