The Mesh Bevel tool doesn't look at selection (works on all) but it called
a recalc-normals that assumed selection. Added a select-all prior to bevel.

(bevel doesnt even respect hidden!)
This commit is contained in:
2006-06-22 13:04:11 +00:00
parent 7f72afa650
commit 7cb459b95d

View File

@@ -4519,7 +4519,9 @@ void bevel_menu()
for (nr=0; nr<recurs-1; nr++) {
if (nr==0) fac += 1.0f/3.0f; else fac += 1.0f/(3 * nr * 2.0f);
}
EM_set_flag_all(SELECT);
SetBlenderCursor(SYSCURSOR);
while (Finished == 0)