Blender Git Loki
Git Commits -> Revision 7724251
Revision 7724251 by Campbell Barton (master) August 3, 2021, 13:33 (GMT) |
WM: don't store selection properties typically set in the key-map While this was already the case for the most part some selection operators stored common settings for reuse such as "toggle", "extend" & "deselect". Disabling storing these settings for later execution as it means failure to set these options in the key-map re-uses the value of the shortcut that was last called. Skip saving these settings since this is a case where reusing them isn't helpful. Resolves T90275. |
Commit Details:
Full Hash: 7724251af81f7222fa552815525ed256fbbb2e95
Parent Commit: d3dd735
Lines Changed: +74, -41
6 Modified Paths:
/source/blender/editors/mesh/editmesh_select.c (+20, -8) (Diff)
/source/blender/editors/space_node/node_select.cc (+2, -1) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+2, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_select.c (+6, -2) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+12, -6) (Diff)
/source/blender/editors/uvedit/uvedit_select.c (+32, -23) (Diff)
/source/blender/editors/space_node/node_select.cc (+2, -1) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+2, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_select.c (+6, -2) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+12, -6) (Diff)
/source/blender/editors/uvedit/uvedit_select.c (+32, -23) (Diff)