Blender Git Commit Log
Git Commits -> Revision 3083e3f
Revision 3083e3f by Joseph Eagar (sculpt-dev) October 10, 2021, 21:37 (GMT) |
Sculpt: experimental bending constraints for cloth brush. See "bending" checkmark in the cloth settings. |
Commit Details:
Full Hash: 3083e3fd26c8aecfa1bd0d04f31d85977af35c79
Parent Commit: 3b167c2
Lines Changed: +1403, -191
11 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+15, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+57, -24) (Diff)
/source/blender/blenkernel/intern/brush_channel_define.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+10, -0) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+240, -37) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+942, -104) (Diff)
/source/blender/editors/sculpt_paint/sculpt_expand.c (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+21, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+102, -17) (Diff)
/source/blender/blenkernel/BKE_paint.h (+57, -24) (Diff)
/source/blender/blenkernel/intern/brush_channel_define.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+10, -0) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+240, -37) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+942, -104) (Diff)
/source/blender/editors/sculpt_paint/sculpt_expand.c (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+21, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+102, -17) (Diff)