Fix #31234: vertex normals not update after knife cut.

This commit is contained in:
Brecht Van Lommel 2012-05-03 16:35:51 +00:00
parent 763dee2904
commit 4965f3d022

@ -2684,6 +2684,7 @@ static void knifetool_finish(bContext *C, wmOperator *op)
knife_make_cuts(kcd); knife_make_cuts(kcd);
#endif #endif
EDBM_mesh_normals_update(kcd->em);
EDBM_update_generic(C, kcd->em, TRUE); EDBM_update_generic(C, kcd->em, TRUE);
} }