Blender Git Commit Log
Git Commits -> Revision 3daf283
Revision 3daf283 by Julian Eisel (master) December 4, 2020, 19:00 (GMT) |
Cleanup: Move Outliner runtime hash into internal runtime struct, out of DNA This way Outliner internal data stays internal, non-Outliner code will not be able to access and mess with this. Further it allows us to use the real type (rather than `void *`), change the type to a C++ container if needed and slightly reduces the size for every Outliner stored in files. Slightly changed how we set the `SO_TREESTORE_REBUILD` for this, but it should effectively behave the same way as before. |
Commit Details:
Full Hash: 3daf28388b7372208cbec870f51b37be3aeac1e9
Parent Commit: f5eaf67
Lines Changed: +32, -38
7 Modified Paths:
/source/blender/blenkernel/intern/screen.c (+2, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -4) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+6, -3) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+14, -14) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+2, -1) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+5, -5) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -4) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+6, -3) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+14, -14) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+2, -1) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+5, -5) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -6) (Diff)