[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28162] branches/render25/release/scripts/ ui/properties_texture.py: Render Branch: Fix missing type button in texture properties with nodes.

Brecht Van Lommel brecht at blender.org
Tue Apr 13 15:53:24 CEST 2010


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="")
 





More information about the Bf-blender-cvs mailing list