Fix #107499: Text Object Selection with Scale To Fit Mode #107510

Merged
Harley Acheson merged 2 commits from Harley/blender:VfontFit into main 2023-05-02 19:32:53 +02:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit a213a992c4 - Show all commits

View File

@ -1812,8 +1812,6 @@ void FONT_OT_text_insert(wmOperatorType *ot)
static int font_cursor_text_index_from_event(bContext *C, Object *obedit, const wmEvent *event)
{
Curve *cu = obedit->data;
/* Calculate a plane from the text object's orientation. */
float plane[4];
plane_from_point_normal_v3(plane, obedit->object_to_world[3], obedit->object_to_world[2]);