Blender Git Loki
Git Commits -> Revision e22b870
Revision e22b870 by Campbell Barton (master) March 27, 2018, 12:56 (GMT) |
Cleanup: global undo (minor changes to internals) - Get memory usage from MemFile instead of MEM API avoids possible invalid when threads alloc memory. - Use size_t instead of uint and uintptr_t to store size. - Rename UndoElem.str -> filename - Rename MemFileChunk.ident -> is_identical |
Commit Details:
Full Hash: e22b870b4a4c02f762471744675f5b4d8a940304
Parent Commit: 3bca1ef
Lines Changed: +38, -31