Minor fix: the "Region to Loop" option changes selection mode to 'edge'

by default. Was already a report in tracker... I think it is nicer to
notify user of such changes first.
This commit is contained in:
Ton Roosendaal
2006-07-05 12:18:02 +00:00
parent c2a2913ba6
commit f8377553c8

View File

@@ -6389,6 +6389,8 @@ void region_to_loop(void)
if(eed->f1 == 1) EM_select_edge(eed, 1);
}
if(G.scene->selectmode != SCE_SELECT_EDGE)
notice("Select mode changed to Edge Select");
G.scene->selectmode = SCE_SELECT_EDGE;
EM_selectmode_set();
countall();