Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-02-01 17:38:23 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-02-01 17:38:23 +0400
commit5504ba6f501ce7b8b96d210d56cfd457179f09ba (patch)
tree1512f2d0f41eb4a92ef8ef672b751552d9572435 /intern/cycles/blender/addon
parented0d2b5e9205fc99ed38957f01acaa62c3811333 (diff)
Cycles: material pass index button was missing from material properties still.
Diffstat (limited to 'intern/cycles/blender/addon')
-rw-r--r--intern/cycles/blender/addon/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 6353bf37a15..c82ab9ce624 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -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):