The Text TexFace option was listed twice, so i removed one.

This commit is contained in:
Mitchell Stokes 2010-08-26 20:03:21 +00:00
parent ac8d04092d
commit 9089b68073

@ -300,7 +300,6 @@ class DATA_PT_texface(MeshButtonsPanel, bpy.types.Panel):
split = layout.split() split = layout.split()
col = split.column() col = split.column()
col.prop(tf, "use_bitmap_text")
col.prop(tf, "use_light") col.prop(tf, "use_light")
col.prop(tf, "hide") col.prop(tf, "hide")
col.prop(tf, "use_collision") col.prop(tf, "use_collision")