Blender Git Loki
Git Commits -> Revision ea19c3a
Revision ea19c3a by Joseph Eagar (sculpt-dev) October 4, 2021, 17:24 (GMT) |
Sculpt: fix set limit surface crashing Also tweaked smallhash hash function. |
Commit Details:
Full Hash: ea19c3a4b82075292cc6f2a17cc00fc59ed9d656
Parent Commit: 23db569
Lines Changed: +63, -68
8 Modified Paths:
/source/blender/blenkernel/intern/brush_engine.c (+8, -0) (Diff)
/source/blender/blenlib/BLI_smallhash.h (+1, -0) (Diff)
/source/blender/blenlib/intern/smallhash.c (+11, -45) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+7, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_array.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+9, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+8, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+17, -13) (Diff)
/source/blender/blenlib/BLI_smallhash.h (+1, -0) (Diff)
/source/blender/blenlib/intern/smallhash.c (+11, -45) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+7, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_array.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+9, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+8, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+17, -13) (Diff)