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:
authorBastien Montagne <bastien@blender.org>2021-11-24 18:20:07 +0300
committerBastien Montagne <bastien@blender.org>2021-11-25 12:21:49 +0300
commite6cd4761e7c3043c8e9dc789b6eb6d0aa1b723bd (patch)
treefc7b4e80a020a99caaece96eaee13708339da003 /source/blender/nodes/geometry
parent726bc3a46b2fcf6ba36c3e3484b344340f83e53e (diff)
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.
Diffstat (limited to 'source/blender/nodes/geometry')
0 files changed, 0 insertions, 0 deletions