Blender Git Loki
Git Commits -> Revision 2686825
August 27, 2021, 21:18 (GMT) |
Sculpt dyntopo: added a smoothing factor for sharp boundaries Works by projecting non-boundary verts onto boundary vert normals and weighting by boundary_smooth_Factor. |
Commit Details:
Full Hash: 268682527fd90dad2b692ef96482c62070951424
Parent Commit: cdb52ae
Lines Changed: +53, -9
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+19, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+22, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -0) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+19, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+22, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -0) (Diff)