Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Dobarro <pablodp606@gmail.com>2020-10-13 00:24:45 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-10-13 22:53:07 +0300
commitec9edd36ca1f8f73373435a7941abff77df53719 (patch)
tree4f8c7b5bea8b3337fa5ce01991610dfd4c855c46 /source/blender/editors/sculpt_paint/sculpt_paint_color.c
parent9722e369cd42532bc41c6ad884c71d88a8f547a9 (diff)
Sculpt: Use plasticity for softbody influence
Previously the softbody strength property was controlling the strength of the constraints that pin all vertices to the original location. This was causing problems when the forces were trying to deform the vertices too much, like when using gravity or grab brushes. Now softbody is implemented with plasticity, which creates constraints to a separate coordinates array. These coordinates are deformed with the simulation, and the plasticity parameter controls how much the simulation moves the coordinates (plasticity 0), or the coordinates move the simulation back to its previous position (plasticity 1). This creates much better and predictable results and adding softbody plasticity to the brushes can increase its control and the stability of the simulation. Reviewed By: sergey, zeddb Differential Revision: https://developer.blender.org/D9187
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_paint_color.c')
0 files changed, 0 insertions, 0 deletions