Blender Git Loki
Git Commits -> Revision d0a482d
Revision d0a482d by Bastien Montagne (undo-experiments-swap-reread-datablocks, uuid-undo-experiments-swap-reread-datablocks) February 11, 2020, 10:54 (GMT) |
undoexp: do not liblink re-used datablocks anymore. Since all existing IDs are supposed to use their same memory address, unchanged data-blocks should not have any changed pointer to other IDs, so no need to liblink them at all. Note that am not 100% sure that is fully valid currently, as we use ID names to find old IDs, which is not 100% safe and secure solution... |
Commit Details:
Full Hash: d0a482d676b31a9ca163bf653309a78bb716e4c1
Parent Commit: 44c33cc
Lines Changed: +12, -0
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+12, -0) (Diff)