Blender Git Commit Log
Git Commits -> Revision c77bf95
Revision c77bf95 by Pablo Dobarro (master) August 12, 2020, 21:06 (GMT) |
Sculpt: Boundary Brush Falloff Types and Offset This adds the boundary_falloff_type and boundary_offset to control how the falloff of the Boundary Brush is applied. Boundary Origin Offset is the same concept as the Pose Origin offset in the Pose Brush. It is a multiplier that adds extra length to the brush radius to locate the deformation pivot further from the boundary without affecting the falloff. The Falloff type includes Constant (previous default), brush radius, loop and loop and invert. Loop and Loop and Invert can be used to create deformation patterns in a mesh. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8526 |
Commit Details:
Full Hash: c77bf952210a4947f151b3f6cb657584d788a548
Parent Commit: db7cfd0
Lines Changed: +127, -8
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_boundary.c (+70, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+39, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_boundary.c (+70, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+39, -0) (Diff)