Blender Git Loki
Git Commits -> Revision 6f4e595
Revision 6f4e595 by Philipp Oeser (master) September 19, 2019, 09:27 (GMT) |
Fix T68852: Link select crashes after knife project Knife project switches out of vertex selection mode, but wouldnt do this for all participating meshes. Logic in edbm_select_linked_pick would switch the viewcontext multiple times and the meshes selectmode was not in sync then, leading e.g. finding a vertex in 'unified_findnearest' (because last of the meshes selectmode was SCE_SELECT_VERTEX), but then later in 'EDBM_elem_from_selectmode' other meshes selectmode was not matching SCE_SELECT_VERTEX, leading to crash... Reviewers: campbellbarton Maniphest Tasks: T68852 Differential Revision: https://developer.blender.org/D5536 |
Commit Details:
Full Hash: 6f4e595e9ba9d7ac79873a1dc0a98144e6f136cb
Parent Commit: 1888990
Lines Changed: +16, -4
1 Modified Path:
/source/blender/editors/mesh/editmesh_knife_project.c (+16, -4) (Diff)