Fix T58899: Eevee - Material Index missing from panel

This commit is contained in:
Dalai Felinto 2018-12-18 18:39:50 -02:00
parent 5e4677c962
commit 6fc840b87c
Notes: blender-bot 2023-02-14 04:39:18 +01:00
Referenced by issue #58899, Blender 2.8 - Eevee - Material Index is missing from the materials menu
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ class EEVEE_MATERIAL_PT_settings(MaterialButtonsPanel, Panel):
layout.prop(mat, "use_screen_refraction")
layout.prop(mat, "refraction_depth")
layout.prop(mat, "use_sss_translucency")
layout.prop(mat, "pass_index")
def draw(self, context):
self.draw_shared(self, context.material)