Blender Git Loki
Git Commits -> Revision 0e4014e
Revision 0e4014e by Pablo Dobarro (master) November 27, 2019, 16:08 (GMT) |
Sculpt/Paint: Move Elastic Deform Kelvinlets to BKE After this commit it should be possible to share the same deformation formulas that are used in the Elastic Deform brush with other areas of Blender such as Grease Pencil or proportional editing. This also removes a lot of code from sculpt.c that is not direclty related to sculpting. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6281 |
Commit Details:
Full Hash: 0e4014ef9215ffe38108b7596a29bd3c5c41bbd1
Parent Commit: b6d436a
Lines Changed: +316, -161
2 Added Paths:
/source/blender/blenkernel/BKE_kelvinlet.h (+77, -0) (View)
/source/blender/blenkernel/intern/kelvinlet.c (+215, -0) (View)
/source/blender/blenkernel/intern/kelvinlet.c (+215, -0) (View)