Blender Git Loki
Git Commits -> Revision d693d77
Revision d693d77 by Pablo Dobarro (master) August 6, 2020, 16:03 (GMT) |
Sculpt: Cloth Brush simulation area property This makes possible to choose between a local and a global simulation when the cloth brush is used. Local simulation is the current default. When global simulation is enabled, the cloth brush simulates the entire mesh without taking any simulation limits into account. This was possible before by setting the simulation limits to 10 (the current maximum value allowed) so the entire mesh was inside the limits, but this was a hack as the limits scale with the radius and there should not be any limitation on how big the simulated area can be to be able to simulate an entire object. This also allows to make a more clear distinction between cloth brush presets that are intended to be used in local areas to add details or globally to generate the base shape of the mesh. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8481 |
Commit Details:
Full Hash: d693d77fed968c126dbde62c73bbaffc5b14b43c
Parent Commit: 97c56b7
Lines Changed: +62, -18
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+6, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+6, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+15, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+10, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+18, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+6, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+15, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+10, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+18, -0) (Diff)