Blender Git Loki
Git Commits -> Revision b6d436a
Revision b6d436a by Pablo Dobarro (master) November 27, 2019, 16:02 (GMT) |
Fix T71667: Use the Sculpt Mesh API in the Multires Smooth brush This removes all multires code from the smooth brush and replaces it with a new implementation that uses the sculpt mesh API. This makes the code much easier to understand and maintain. We could unify all the smooth brushes into a single implementation, but mesh smoothing has code to deal with open boundaries that I don't want to remove yet. Most bugs and artifacts related to access neighbor grids should be fixed (like T71667). This also fixes performance bugs such as T70689, that were related to grid stitching after applying the brush. Reviewed By: jbakker Maniphest Tasks: T71667 Differential Revision: https://developer.blender.org/D6277 |
Commit Details:
Full Hash: b6d436ae28311a8e2e7ea0079b1fa1fb046909ab
Parent Commit: e85ab2c
Lines Changed: +25, -149
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt.c (+25, -149) (Diff)