Blender Git Loki
Git Commits -> Revision d870a60
Revision d870a60 by Pablo Dobarro (master) December 9, 2020, 21:25 (GMT) |
Sculpt: Elastic deform type for Snake Hook This adds deformation types to snake hook and the elastic deformation type. This mode deforms the mesh using a kelvinlet instead of applying the displacement directly inside the brush radius, which is great for stylized shapes sketching. Changes in rake rotation when using elastic are too strong when set to 1, so I'll add a nicer way to support rake rotations with smoother transitions in the future. Reviewed By: sergey, JulienKaspar Differential Revision: https://developer.blender.org/D9560 |
Commit Details:
Full Hash: d870a60dd9270764d5f61457224252200376dd2d
Parent Commit: 19560ee
Lines Changed: +100, -21
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+35, -20) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+32, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+19, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+35, -20) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+32, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+19, -0) (Diff)