[Bf-blender-cvs] [6fc840b87ca] blender2.8: Fix T58899: Eevee - Material Index missing from panel

Dalai Felinto noreply at git.blender.org
Tue Dec 18 21:40:04 CET 2018


Commit: 6fc840b87ca109c172279513e60918293bd85186
Author: Dalai Felinto
Date:   Tue Dec 18 18:39:50 2018 -0200
Branches: blender2.8
https://developer.blender.org/rB6fc840b87ca109c172279513e60918293bd85186

Fix T58899:  Eevee - Material Index missing from panel

===================================================================

M	release/scripts/startup/bl_ui/properties_material.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_material.py b/release/scripts/startup/bl_ui/properties_material.py
index 323b495ec04..8d7e7ac266d 100644
--- a/release/scripts/startup/bl_ui/properties_material.py
+++ b/release/scripts/startup/bl_ui/properties_material.py
@@ -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)



More information about the Bf-blender-cvs mailing list