Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2020-11-30 18:45:47 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-12-02 14:35:51 +0300
commitda8dc204bd062b2712869cf2709d2530915249b5 (patch)
tree64b16dc6410f025e06f165df11f084b701dde448 /source/blender/editors/transform/transform_mode_mirror.c
parente4204a3979c4ffba0f90dac1ba6a2cc72fde96c3 (diff)
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
Diffstat (limited to 'source/blender/editors/transform/transform_mode_mirror.c')
0 files changed, 0 insertions, 0 deletions