[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31615] trunk/blender/release/scripts/ui/ properties_data_mesh.py: The duplicate Text option in the TexFace panel came from a bad rename of tex - > use_bitmap_text instead of use_image, so I'm adding the use_image (Tex) back to the TexFace panel.

Mitchell Stokes mogurijin at gmail.com
Fri Aug 27 12:05:33 CEST 2010


Revision: 31615
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31615
Author:   moguri
Date:     2010-08-27 12:05:33 +0200 (Fri, 27 Aug 2010)

Log Message:
-----------
The duplicate Text option in the TexFace panel came from a bad rename of tex -> use_bitmap_text instead of use_image, so I'm adding the use_image (Tex) back to the TexFace panel.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_data_mesh.py

Modified: trunk/blender/release/scripts/ui/properties_data_mesh.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_data_mesh.py	2010-08-27 09:57:27 UTC (rev 31614)
+++ trunk/blender/release/scripts/ui/properties_data_mesh.py	2010-08-27 10:05:33 UTC (rev 31615)
@@ -300,6 +300,7 @@
             split = layout.split()
             col = split.column()
 
+            col.prop(tf, "use_image")
             col.prop(tf, "use_light")
             col.prop(tf, "hide")
             col.prop(tf, "use_collision")





More information about the Bf-blender-cvs mailing list