Blender Git Loki
Git Commits -> Revision 5a63473
Revision 5a63473 by Pablo Dobarro (master) August 24, 2020, 21:09 (GMT) |
Fix T80008: Smooth brush not deforming mesh boundaries correctly In 2.83 and previous versions there was a bug that was causing boundary vertices to be detected incorrectly that was preventing the smooth brush to work on boundaries if there was a pole on them. In 2.90 the boundary vertex detection was fixed, but it was still using a simplified version of the algorithm without any boundary smoothing. This patch implements a similar smoothing algorithm to what I think it was the intention of 2.83 and previous versions, but working correctly. Reviewed By: sergey Maniphest Tasks: T80008 Differential Revision: https://developer.blender.org/D8680 |
Commit Details:
Full Hash: 5a634735e6e2fe805b639b03168afa983c52fa5b
Parent Commit: ed4c83f
Lines Changed: +26, -12