Blender Git Commit Log

Git Commits -> Revision da8dc20

Revision da8dc20 by Philipp Oeser (master)
December 2, 2020, 11:35 (GMT)
Fix T83119: Crash with topology mirror affecting a hidden vertex

Caused by rBba97da21acf2.

For non-topology mirror hidden verts were never respected/included in
EDBM_verts_mirror_cache_begin (they were excluded from the kdtree).

Prior to said commit, hidden mirrored verts that were still in the map
would have been excluded in a separate loop over vertices in
'editmesh_mirror_data_calc()' by checking BM_ELEM_HIDDEN. Due to the new
nature of this function this check was now moved to
EDBM_verts_mirror_cache_begin.

Maniphest Tasks: T83119

Differential Revision: https://developer.blender.org/D9673

Commit Details:

Full Hash: da8dc204bd062b2712869cf2709d2530915249b5
Parent Commit: e4204a3
Lines Changed: +3, -0

1 Modified Path:

/source/blender/editors/mesh/editmesh_utils.c (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021