Blender Git Commit Log

Git Commits -> Revision 726e697

February 21, 2020, 14:49 (GMT)
Rework the whole unique ID system to also store ID addresses history in Main's mapping.

In the end, since this is a runtime/editing session data only, makes
more sense to store it here than in ID struct itself. And it's probably
also more efficient to handle.

Commit Details:

Full Hash: 726e6972160159cc9d5b2be9cfb618f7362acc81
Parent Commit: 1186050
Lines Changed: +115, -68

5 Modified Paths:

/source/blender/blenkernel/BKE_main.h (+22, -19) (Diff)
/source/blender/blenkernel/intern/blender.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/lib_id.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/main.c (+78, -40) (Diff)
/source/blender/blenloader/intern/readfile.c (+13, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021