* Restored font selection functionality with open font and unlink font operators,

so you can change the font of 3D text objects.
This commit is contained in:
2010-01-11 05:10:57 +00:00
parent 9d67c720d5
commit e0dd3fe587
10 changed files with 205 additions and 9 deletions

View File

@@ -87,6 +87,9 @@ void ED_operatortypes_curve(void)
WM_operatortype_append(FONT_OT_change_character);
WM_operatortype_append(FONT_OT_change_spacing);
WM_operatortype_append(FONT_OT_open);
WM_operatortype_append(FONT_OT_unlink);
WM_operatortype_append(CURVE_OT_hide);
WM_operatortype_append(CURVE_OT_reveal);