Blender Git Commit Log
Git Commits -> Revision 088b92b
Revision 088b92b by Pablo Dobarro (master) March 12, 2020, 19:35 (GMT) |
Fix mesh shrinking when using the relax mesh filter. If the relax mesh filter was used on a non manifold mesh with open boundaries, all the vertices were relaxed and the mesh was shrinking. This was an unintended behavior that was making the filter unusable with these meshes. The mesh filter is now initializing an automasking buffer using the same boundary automasking function from the brush code. Now edges are preserved and the relax filter works as it should. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D7097 |
Commit Details:
Full Hash: 088b92b92ceec1f69c55740b09683fe10d472422
Parent Commit: 472534d
Lines Changed: +27, -10