[Bf-blender-cvs] [dce05f6] master: 3D Text: remove 'body' editing from the UI.

Campbell Barton noreply at git.blender.org
Mon Dec 2 11:55:40 CET 2013


Commit: dce05f6a670c1adf1947a8d824671b2ea2137fb6
Author: Campbell Barton
Date:   Mon Dec 2 21:53:58 2013 +1100
http://developer.blender.org/rBdce05f6a670c1adf1947a8d824671b2ea2137fb6

3D Text: remove 'body' editing from the UI.

This wont preserve newlines, looses materials and is broken in edit-mode.

===================================================================

M	release/scripts/startup/bl_ui/properties_data_curve.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_data_curve.py b/release/scripts/startup/bl_ui/properties_data_curve.py
index 2171ce6..117a662 100644
--- a/release/scripts/startup/bl_ui/properties_data_curve.py
+++ b/release/scripts/startup/bl_ui/properties_data_curve.py
@@ -307,10 +307,6 @@ class DATA_PT_font(CurveButtonsPanel, Panel):
 
         #layout.prop(text, "font")
 
-        row = layout.split(percentage=0.25)
-        row.label(text="Body Text:")
-        row.prop(text, "body", text="")
-
         split = layout.split()
 
         col = split.column()




More information about the Bf-blender-cvs mailing list