Blender Git Loki
Git Commits -> Revision d2c1357
March 27, 2021, 20:52 (GMT) |
Sculpt: Initial implementation of uniform smoothing |
Commit Details:
Full Hash: d2c1357fc5f0b5e5bfb929811f15d8f634d1687a
Parent Commit: 0bf2a1f
Lines Changed: +112, -0
5 Modified Paths:
/source/blender/editors/sculpt_paint/sculpt.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+100, -0) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+100, -0) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -0) (Diff)