Commit: f0a481eebdfea215f4beac0e4b1cbc5118524a43
Author: Campbell Barton
Date:   Fri Dec 14 11:38:02 2018 +1100
Branches: master
https://developer.blender.org/rBf0a481eebdfea215f4beac0e4b1cbc5118524a43

Fix selection history clearing when selecting all

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

M       source/blender/bmesh/intern/bmesh_marking.c

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

diff --git a/source/blender/bmesh/intern/bmesh_marking.c 
b/source/blender/bmesh/intern/bmesh_marking.c
index 3e30627af0d..add4529e18d 100644
--- a/source/blender/bmesh/intern/bmesh_marking.c
+++ b/source/blender/bmesh/intern/bmesh_marking.c
@@ -1149,10 +1149,6 @@ void BM_mesh_elem_hflag_enable_test(
 
        BLI_assert((htype & ~BM_ALL_NOLOOP) == 0);
 
-       if (hflag & BM_ELEM_SELECT) {
-               BM_select_history_clear(bm);
-       }
-
        /* note, better not attempt a fast path for selection as done with 
de-select
         * because hidden geometry and different selection modes can give 
different results,
         * we could of course check for no hidden faces and then use quicker 
method but its not worth it. */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to