Blender Git Commit Log

Git Commits -> Revision 2d98802

May 2, 2021, 17:54 (GMT)
* Added a "projection" option to smooth/autosmooth. It works by
projection neighboring vertices onto the current smooth vert's normal
plane, multiplied by a "projection" factor. This is extremely similar
to what the surface laplacian produces, but is much simpler, uses
no temporary state and thus can be used in more places.

Commit Details:

Full Hash: 2d98802905c762e06ff986e9bb0f160de70b221f
Parent Commit: f70a8c1
Lines Changed: +157, -50

10 Modified Paths:

/release/scripts/startup/bl_ui/properties_paint_common.py (+16, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+7, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+5, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+15, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+96, -28) (Diff)
/source/blender/makesdna/DNA_brush_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+9, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021