[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43821] trunk/blender/intern/cycles/ blender/addon/ui.py: Cycles: material pass index button was missing from material properties still.

Brecht Van Lommel brechtvanlommel at pandora.be
Wed Feb 1 14:38:34 CET 2012


Revision: 43821
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43821
Author:   blendix
Date:     2012-02-01 13:38:23 +0000 (Wed, 01 Feb 2012)
Log Message:
-----------
Cycles: material pass index button was missing from material properties still.

Modified Paths:
--------------
    trunk/blender/intern/cycles/blender/addon/ui.py

Modified: trunk/blender/intern/cycles/blender/addon/ui.py
===================================================================
--- trunk/blender/intern/cycles/blender/addon/ui.py	2012-02-01 09:31:13 UTC (rev 43820)
+++ trunk/blender/intern/cycles/blender/addon/ui.py	2012-02-01 13:38:23 UTC (rev 43821)
@@ -606,6 +606,7 @@
 
         col = split.column()
         col.prop(cmat, "sample_as_light")
+        col.prop(mat, "pass_index")
 
 
 class CyclesTexture_PT_context(CyclesButtonsPanel, Panel):




More information about the Bf-blender-cvs mailing list