Blender Git Commit Log

Git Commits -> Revision e6cd476

Revision e6cd476 by Bastien Montagne (master)
November 25, 2021, 09:21 (GMT)
Fix T93321: Modified Mirror modifier behavior break some other tools like bound SurfaceDeform.

Revert "Fix T91444: Edge Loop Preview fails with two Mirror Modifiers"

This reverts commit 1a7757b0bc6945ab7d3b281f3e0dd7130bcf80f0.

Caused issue reported in T93321, boiling down to the fact that other
operations or modifiers (like the SurfaceDeform one) rely on the order
of the vertices in the mesh to remain consistent.

Changing this in a modifier would mean those operations need to be
reset/re-created (e.g. rebound for the SurfaceDeform case), which is not
doable in `do_version` code.

Commit Details:

Full Hash: e6cd4761e7c3043c8e9dc789b6eb6d0aa1b723bd
Parent Commit: 726bc3a
Lines Changed: +5, -12

1 Modified Path:

/source/blender/blenkernel/intern/mesh_mirror.c (+5, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021