Fix uvedit unwrap tool not taking selection into account.

This commit is contained in:
Brecht Van Lommel
2011-03-12 13:15:09 +00:00
parent 5b75593c23
commit 9b2f0dadb9

View File

@@ -858,7 +858,7 @@ static int unwrap_exec(bContext *C, wmOperator *op)
else scene->toolsettings->uvcalc_flag |= UVCALC_NO_ASPECT_CORRECT;
/* execute unwrap */
ED_unwrap_lscm(scene, obedit, FALSE);
ED_unwrap_lscm(scene, obedit, TRUE);
DAG_id_tag_update(obedit->data, 0);
WM_event_add_notifier(C, NC_GEOM|ND_DATA, obedit->data);