Cycles: material pass index button was missing from material properties still.

This commit is contained in:
Brecht Van Lommel 2012-02-01 13:38:23 +00:00
parent ed0d2b5e92
commit 5504ba6f50

@ -606,6 +606,7 @@ class CyclesMaterial_PT_settings(CyclesButtonsPanel, Panel):
col = split.column()
col.prop(cmat, "sample_as_light")
col.prop(mat, "pass_index")
class CyclesTexture_PT_context(CyclesButtonsPanel, Panel):