Blender Git Commit Log
Git Commits -> Revision e6184cd
Revision e6184cd by Bastien Montagne (undo-experiments, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 21, 2020, 16:14 (GMT) |
use new 'unique realloc' of ID. that way we do not have to stupidly ensure unique addresses of all IDs read during an undo step, but only for those we actually need. Combined with the 'almost always reuse old address' feature of undo swap branch, this should ensure us to almost never call that code in practice. |
Commit Details:
Full Hash: e6184cde9adb11575aeb0f342cbfbbef77c8bbca
Parent Commit: 7501116
Lines Changed: +9, -9
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+9, -9) (Diff)