Blender Git Loki
Git Commits -> Revision 2c54c64
December 22, 2020, 22:11 (GMT) |
Added a new cavity automasking mode for sculpt colors painting. In theory it should also work with other sculpt tools (the automasking code is fairly general) though it doesn't seem to do much. |
Commit Details:
Full Hash: 2c54c641a39e5b34a757d6164ee32016078e5f16
Parent Commit: b3fff9b
Lines Changed: +125, -4
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_automasking.c (+96, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+19, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_automasking.c (+96, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+19, -0) (Diff)