Blender Git Commit Log

Git Commits -> Revision f52a03d

September 9, 2021, 18:06 (GMT)
Sculpt dyntopo: Added a 'hard edge mode' option
to forcibly set autosmooth_fset_slide to zero
(i.e. treat face set boundaries as hard edges
and not project them on the surface).

Commit Details:

Full Hash: f52a03dd713e7396a948b1ca3207d57fca5610e9
Parent Commit: a52f89a
Lines Changed: +87, -7

12 Modified Paths:

/release/scripts/startup/bl_ui/properties_paint_common.py (+10, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_brush.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+33, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+9, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_scene_defaults.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+13, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021