Blender Git Loki
Git Commits -> Revision 3570173
Revision 3570173 by Pablo Dobarro (master) August 5, 2020, 21:16 (GMT) |
Sculpt: Sharpen Mesh Filter curvature smoothing and intensify details This adds a curvature smoothing and intensify details properties to control the result of the Sharpen Mesh Filter. Curvature smoothing removes high frequency details from the precalculated sharpen data, so the filter result has much smoother surfaces and cleaner sharpen lines; Intensify details displaces the vertices of creases and valleys in the direction opposite to its neighbors average, so it intensifies high frequency details in those areas, producing more noisy and sharp shapes: Both this properties can be used in combination to achieve a good balance of high and low frequency details depending on the shape and the desired result. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8447 |
Commit Details:
Full Hash: 3570173d0f5cb5b0335fa346a0548d97985caf14
Parent Commit: ad3838e
Lines Changed: +72, -1