Blender Git Commit Log
Git Commits -> Revision 8c10e56
Revision 8c10e56 by Pablo Dobarro (master) July 29, 2020, 17:14 (GMT) |
Sculpt: Cloth Brush Soft Body Influence property This property adds constraints to the simulation using the initial location of the vertices, making it behave like a soft body. The strength of these constraints can be modified with the brush parameter. This makes some deformation modes more subtle and predictable, making it possible to use the cloth brush to add surface detail in a more controllable way without loosing completely the original shape of the mesh. Reviewed By: sergey Differential Revision: https://developer.blender.org/D7845 |
Commit Details:
Full Hash: 8c10e56331d0fb79d101c5edf214d7b327cc70c3
Parent Commit: ebda959
Lines Changed: +87, -19
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+12, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+62, -16) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+9, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+12, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+62, -16) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+9, -0) (Diff)