Blender Git Commit Log

Git Commits -> Revision 56076e0

September 21, 2020, 06:40 (GMT)
Fix T80224: Crash after duplicating and hiding vertices while using X Axis Mirror

The mirror map can reference a hidden vertex that is currently ignored
in the transformation.

Thus the mirror element array is not filled.

Commit Details:

Full Hash: 56076e04920c8d570bf7e234c6987f4f440ee58b
Parent Commit: 293acae
Committed By: Jeroen Bakker
Lines Changed: +48, -37

6 Modified Paths:

/source/blender/editors/include/ED_mesh.h (+2, -0) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+3, -3) (Diff)
/source/blender/editors/mesh/editmesh_utils.c (+40, -31) (Diff)
/source/blender/editors/object/object_vgroup.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_convert_mesh.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021