Blender Git Loki
Git Commits -> Revision 1014b6f
October 31, 2020, 18:06 (GMT) |
More fixes for sculpt vertex color undo. Moved one of the undo pushes outside a thread, since dyntopo undo is not thread safe. |
Commit Details:
Full Hash: 1014b6f4555c220e522f87e4ade9e522f18fce2a
Parent Commit: 093e29f
Lines Changed: +82, -18
5 Modified Paths:
/source/blender/blenkernel/BKE_pbvh.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+18, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+52, -9) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+18, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+52, -9) (Diff)