Blender Git Loki
Git Commits -> Revision 878d191
Revision 878d191 by Pablo Dobarro (master) July 21, 2020, 20:59 (GMT) |
Sculpt: Add extra deform types to Slide This adds extra deform modes to the slide mode of the Topology Slide/Relax brush (both slide and smear are almost identical). This is useful to move topology to a specific area to add more localized details Reviewed By: sergey Differential Revision: https://developer.blender.org/D8349 |
Commit Details:
Full Hash: 878d191baee6b6a7997cf21d980f39ea97a0a33b
Parent Commit: 46b126a
Lines Changed: +42, -4
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+15, -3) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+12, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+15, -3) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+12, -0) (Diff)