Blender Git Loki
Git Commits -> Revision 0c76664
Revision 0c76664 by Bastien Montagne (undo-experiments, undo-experiments-idnames, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) January 2, 2020, 16:00 (GMT) |
undoexp: Add new 'UNDO_OLD_ID_REUSED' ID tag. We need to be able to distinguish between reused IDs and newly read ones, and 'NEW' tag is not enough here, as it gets cleared in read code. This will be used in next commit to inform depsgraph that some re-used old IDs need at least a COW refresh, as they are using ID pointers to newly read data. |
Commit Details:
Full Hash: 0c766646c626de6bb98b70ef5573d3a74ff4e42f
Parent Commit: fdafa4f
Lines Changed: +5, -1