From e3f8f0863f8704862336d4ab903418b1d4178c43 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 20 Jul 2016 14:51:55 -0400 Subject: [PATCH] Show Material Transparency panel in Korman mode --- korman/render.py | 1 + 1 file changed, 1 insertion(+) diff --git a/korman/render.py b/korman/render.py index e0e7be7..d478ef4 100644 --- a/korman/render.py +++ b/korman/render.py @@ -32,6 +32,7 @@ properties_material.MATERIAL_PT_shading.COMPAT_ENGINES.add("PLASMA_GAME") properties_material.MATERIAL_PT_specular.COMPAT_ENGINES.add("PLASMA_GAME") properties_material.MATERIAL_PT_options.COMPAT_ENGINES.add("PLASMA_GAME") properties_material.MATERIAL_PT_preview.COMPAT_ENGINES.add("PLASMA_GAME") +properties_material.MATERIAL_PT_transp.COMPAT_ENGINES.add("PLASMA_GAME") del properties_material from bl_ui import properties_data_mesh