Blender Git Loki
Git Commits -> Revision d27fb46
Revision d27fb46 by mano-wii (master) January 2, 2020, 00:06 (GMT) |
EditMesh: Improve AutoMerge with Split Edges & Faces Previously, compared to `Auto Merge` without `Split Edges & Faces`, `Auto Merge` with this option ignored duplicates between selected vertices. It only considered duplicates between selected vertices and unselected vertices. This is a regress and not a progress. This commit implements this behavior, so this option matches the other `Auto Merge`. |
Commit Details:
Full Hash: d27fb4671512a3834b61c5c350f428ddccc4669e
Parent Commit: 86a2ffc
Lines Changed: +250, -332