Blender Git Commit Log
Git Commits -> Revision 1a7757b
Revision 1a7757b by Campbell Barton (master) November 12, 2021, 07:27 (GMT) |
Fix T91444: Edge Loop Preview fails with two Mirror Modifiers The mirror modifiers merge option caused unnecessary re-ordering to the vertex array with original vertices merging into their copies. While this wasn't an error, it meant creating a 1:1 mapping from input vertices to their final output wasn't reliable (when looping over vertices first to last) as is done in BKE_editmesh_vert_coords_when_deformed. As merging in either direction is supported, keep the source meshes vertices in-order since it allows the vertex coordinates to be extracted. |
Commit Details:
Full Hash: 1a7757b0bc6945ab7d3b281f3e0dd7130bcf80f0
Parent Commit: f133c6b
Lines Changed: +12, -5
1 Modified Path:
/source/blender/blenkernel/intern/mesh_mirror.c (+12, -5) (Diff)