Blender Git Commit Log
Git Commits -> Revision d8509b3
Revision d8509b3 by Campbell Barton (master) October 5, 2017, 14:20 (GMT) |
Sculpt Mode: 2D falloff option This makes brush influence into a tube instead of a sphere. It can be used along the outline of a mesh to adjust it's silhouette. Note that all this takes advantage of changes from vertex paint, from testing this seems useful so exposing from the brush options. |
Commit Details:
Full Hash: d8509b349d1d6219923615e7af81267bb6f06b68
Parent Commit: 56a07ba
Lines Changed: +304, -205
11 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+7, -4) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+57, -17) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+9, -25) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+202, -135) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+8, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+11, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -7) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+0, -12) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+57, -17) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+9, -25) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+202, -135) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+8, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+11, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -7) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+0, -12) (Diff)