Revision: 28162
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28162
Author:   blendix
Date:     2010-04-13 15:53:24 +0200 (Tue, 13 Apr 2010)

Log Message:
-----------
Render Branch: Fix missing type button in texture properties with nodes.

Modified Paths:
--------------
    branches/render25/release/scripts/ui/properties_texture.py

Modified: branches/render25/release/scripts/ui/properties_texture.py
===================================================================
--- branches/render25/release/scripts/ui/properties_texture.py  2010-04-13 
12:51:03 UTC (rev 28161)
+++ branches/render25/release/scripts/ui/properties_texture.py  2010-04-13 
13:53:24 UTC (rev 28162)
@@ -153,6 +153,10 @@
             if tex.type == 'NODES':
 
                 if slot:
+                    split.label(text="Type:")
+                    split.prop(tex, "type", text="")
+
+                    split = layout.split(percentage=0.2)
                     split.label(text="Output:")
                     split.prop(slot, "output_node", text="")
 


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to