Blender Git Commit Log
Git Commits -> Revision 87cafe9
Revision 87cafe9 by Pablo Dobarro (master) August 27, 2019, 12:58 (GMT) |
Sculpt/Paint: Brush world spacing option for sculpt mode New brush option to calculate the distance to generate a new brush step using the cursor position over the mesh instead of the screen coordinates. This avoids artifacts when sculpting across curved surfaces. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5432 |
Commit Details:
Full Hash: 87cafe92ce2f99d8da620b80e1c26f8078554f93
Parent Commit: cd890c4
Lines Changed: +119, -22
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+98, -20) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+17, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+98, -20) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+17, -0) (Diff)