[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31596] trunk/blender/release/scripts/ui/ properties_data_mesh.py: The Text TexFace option was listed twice, so i removed one.

Mitchell Stokes mogurijin at gmail.com
Thu Aug 26 22:03:22 CEST 2010


Revision: 31596
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31596
Author:   moguri
Date:     2010-08-26 22:03:21 +0200 (Thu, 26 Aug 2010)

Log Message:
-----------
The Text TexFace option was listed twice, so i removed one.

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-26 15:18:10 UTC (rev 31595)
+++ trunk/blender/release/scripts/ui/properties_data_mesh.py	2010-08-26 20:03:21 UTC (rev 31596)
@@ -300,7 +300,6 @@
             split = layout.split()
             col = split.column()
 
-            col.prop(tf, "use_bitmap_text")
             col.prop(tf, "use_light")
             col.prop(tf, "hide")
             col.prop(tf, "use_collision")





More information about the Bf-blender-cvs mailing list