* Removed the 'Beautify Fill' confirmation. None of the other fill
tools have them any more, it was an annoying historical artifact from before undo.
This commit is contained in:
@@ -2919,8 +2919,6 @@ void beauty_fill(void)
|
||||
totedge = count_selected_edges(em->edges.first);
|
||||
if(totedge==0) return;
|
||||
|
||||
if(okee("Beautify fill")==0) return;
|
||||
|
||||
/* temp block with face pointers */
|
||||
efaar= (EVPTuple *) MEM_callocN(totedge * sizeof(EVPTuple), "beautyfill");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user