Another tweak in the convex formula, replaced a ">" with ">=" for detecting
optimal projection of face in 2d. Solves issue reveiled in Bevel tool,
where it could happen that a face wasn't created.
This commit is contained in:
2004-12-04 14:29:57 +00:00
parent fb57058f9f
commit bebeecef78
2 changed files with 3 additions and 3 deletions

View File

@@ -3356,7 +3356,7 @@ void bevel_mesh(float bsize, int allfaces)
removedoublesflag(1, limit);
/* flush selected vertices to edges/faces */
EM_select_flush();
EM_selectmode_set();
#undef BEV_DEBUG
}