Blender Git Commit Log
Git Commits -> Revision cc6ec71
Revision cc6ec71 by Pablo Dobarro (master) December 3, 2020, 21:55 (GMT) |
Sculpt: Wet paint area radius This adds a new property to the sculpt vertex color paint brush to limit the area of the brush that is going to be used to sample the wet paint color. This is exactly the same concept as normal radius and area radius that exist for sculpting brushes for sampling the surface depth and orientation. When working near color hard edges, this allows to prevent the color from the other side of the edge to blend into the wet paint. With 1.0 (the previous default) wet paint radius, as soon as the brush touches one vertex of the other color, the wet paint mix color changes, making it impossible to maintain the border between the two colors. Reviewed By: sergey, dbystedt, JulienKaspar Differential Revision: https://developer.blender.org/D9587 |
Commit Details:
Full Hash: cc6ec71b1934b5489caa538c13d290b45d2b1aa5
Parent Commit: 9234a6a
Lines Changed: +27, -1
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+7, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+3, -0) (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 (+10, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+7, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+3, -0) (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 (+10, -0) (Diff)