Blender Git Loki
Git Commits -> Revision 21b6d78
September 2, 2021, 18:02 (GMT) |
Sculpt dyntopo: change brush defaults and fix bug * Changed brush defaults a bit. New defaults are for organic modeling. * autosmooth_fset_slide now defaults to 1, so face set boundaries are smoothed but stick to mesh surface (if 0 they would function as hard edges). * Weight by area smooth mode is on by default for all brushes. * Cleaned up versioning code and made it kick in at 3.00:21, with some simple checks to try and detect existing data from beta testers. * Also fixed a small crash bug. |
Commit Details:
Full Hash: 21b6d78cd282826aeee2d99417e4dc366eae9818
Parent Commit: 2b20931
Lines Changed: +65, -58
5 Modified Paths:
/source/blender/blenkernel/intern/brush.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+0, -47) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+54, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+5, -9) (Diff)
/source/blender/blenkernel/intern/paint.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+0, -47) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+54, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+5, -9) (Diff)