Blender Git Commit Log

Git Commits -> Revision 6f91eaa

April 8, 2021, 03:39 (GMT)
* Fixed an annoying number of undo bugs
* Original data for bmesh pbvh is no longer handled by the undo code.
This should eliminate a whole class of subtle and hard to track down
bugs.

Commit Details:

Full Hash: 6f91eaad39b021f516bca0e89638f6fd9b20aab5
Parent Commit: 55045ed
Lines Changed: +280, -198

11 Modified Paths:

/source/blender/blenkernel/BKE_customdata.h (+6, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+6, -2) (Diff)
/source/blender/blenkernel/intern/customdata.c (+100, -31) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_log.c (+113, -91) (Diff)
/source/blender/bmesh/intern/bmesh_log.h (+2, -7) (Diff)
/source/blender/draw/engines/overlay/overlay_lattice.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+40, -44) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+3, -8) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+4, -14) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+4, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021