Blender Git Loki
Git Commits -> Revision 99c0ee0
Revision 99c0ee0 by Joseph Eagar (sculpt-dev) September 23, 2021, 10:40 (GMT) |
Sculpt: cloth brush constraint solver is now multi-threaded * Used a simple method of assigning constraints to threads. * Constraints that couldn't be assigned are solved in the main thread. |
Commit Details:
Full Hash: 99c0ee0558cb498d0cfc782f457539deeee848a8
Parent Commit: c6a51c1
Lines Changed: +256, -109
7 Modified Paths:
/source/blender/blenkernel/BKE_paint.h (+14, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+234, -87) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+2, -16) (Diff)
/source/blender/editors/sculpt_paint/sculpt_expand.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+234, -87) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+2, -16) (Diff)
/source/blender/editors/sculpt_paint/sculpt_expand.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -1) (Diff)