Blender Git Loki
Git Commits -> Revision 46eca33
Revision 46eca33 by Pablo Dobarro (master) August 24, 2020, 21:28 (GMT) |
Sculpt: Cloth Snake Hook Brush This implements Snake Hook as a deform type for the cloth brush. This brush changes the strength of the deformation constraints per brush step to avoid affecting the results of the simulation as much as possible. It allows to grab the cloth without producing any artifacts in the surface and create more natural looking folds than any of the other deformation modes. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8621 |
Commit Details:
Full Hash: 46eca3366efbdc83e4dcfbd9ac4cd23f70da6399
Parent Commit: 5a63473
Lines Changed: +81, -18
6 Modified Paths:
/source/blender/blenkernel/BKE_paint.h (+13, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+18, -10) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+45, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+18, -10) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+45, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)