[Bf-blender-cvs] [b4a81d80537] blender-v2.93-release: Fix outdated face tessellation use when editing edit-mesh coodinates

Campbell Barton noreply at git.blender.org
Wed Jun 16 09:32:24 CEST 2021


Commit: b4a81d805374bbd9c3d6bea9ae175fc70a015f03
Author: Campbell Barton
Date:   Tue Jun 15 13:28:44 2021 +1000
Branches: blender-v2.93-release
https://developer.blender.org/rBb4a81d805374bbd9c3d6bea9ae175fc70a015f03

Fix outdated face tessellation use when editing edit-mesh coodinates

===================================================================

M	source/blender/editors/space_view3d/view3d_buttons.c

===================================================================

diff --git a/source/blender/editors/space_view3d/view3d_buttons.c b/source/blender/editors/space_view3d/view3d_buttons.c
index e42f6b5faac..1cdc74b801a 100644
--- a/source/blender/editors/space_view3d/view3d_buttons.c
+++ b/source/blender/editors/space_view3d/view3d_buttons.c
@@ -928,6 +928,7 @@ static void v3d_editvertex_buts(uiLayout *layout, View3D *v3d, Object *ob, float
 
       if (apply_vcos) {
         EDBM_mesh_normals_update(em);
+        BKE_editmesh_looptri_calc(em);
       }
 
       /* Edges */



More information about the Bf-blender-cvs mailing list