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 */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to