Commit: 573b78b351720c2b8c99e8dc15933c1423e43433
Author: Campbell Barton
Date:   Wed Mar 30 13:16:40 2022 +1100
Branches: master
https://developer.blender.org/rB573b78b351720c2b8c99e8dc15933c1423e43433

Cleanup: remove redundant lattice de-selection

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

M       source/blender/editors/lattice/editlattice_select.c

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

diff --git a/source/blender/editors/lattice/editlattice_select.c 
b/source/blender/editors/lattice/editlattice_select.c
index ea99c6e23ff..54a72c7ea5d 100644
--- a/source/blender/editors/lattice/editlattice_select.c
+++ b/source/blender/editors/lattice/editlattice_select.c
@@ -664,7 +664,6 @@ bool ED_lattice_select_pick(bContext *C, const int mval[2], 
const struct SelectP
         break;
       }
       case SEL_OP_SET: {
-        ED_lattice_flags_set(vc.obedit, 0);
         bp->f1 |= SELECT;
         break;
       }

_______________________________________________
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