Blender Git Commit Log
Git Commits -> Revision 1d4bae8
Revision 1d4bae8 by Pablo Dobarro (master) June 1, 2020, 20:37 (GMT) |
Sculpt: Cloth Filter This tool is similar to the cloth brush, but it applies the cloth simulation deformation to the whole mesh in an uniform way. The simulation can be controlled using the mask to pin vertices and the face sets to define force action areas. It uses the same solver as the cloth brush which now no longer depends on StrokeCache. Reviewed By: sergey Differential Revision: https://developer.blender.org/D7857 |
Commit Details:
Full Hash: 1d4bae856690c7a4603789509a5842dd6b5f8be1
Parent Commit: 3778f16
Lines Changed: +342, -29
7 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+11, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+20, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_automasking.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+296, -28) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+10, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+20, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_automasking.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+296, -28) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+10, -0) (Diff)