Blender Git Loki
Git Commits -> Revision 478ea4c
Revision 478ea4c by Pablo Dobarro (master) August 12, 2020, 16:26 (GMT) |
Sculpt: Multires Displacement Eraser Brush This brush deletes displacement information of the Multires Modifier, resetting the mesh to the subdivision limit surface. This can be use to easily delete parts of the sculpt or to fix reprojection artifacts after applying a shrinkwrap. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8543 |
Commit Details:
Full Hash: 478ea4c8988b924800937094e55e3e21ef5a16a5
Parent Commit: 6a95f05
Lines Changed: +169, -3
8 Modified Paths:
/source/blender/blenkernel/BKE_subdiv_ccg.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/subdiv_ccg.c (+43, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+101, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/subdiv_ccg.c (+43, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+101, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)