Blender Git Commit Log
Git Commits -> Revision 2a4fe88
Revision 2a4fe88 by Julian Eisel (master) December 8, 2020, 11:56 (GMT) |
Cleanup: Use guarded allocator for data-block names returned from file reading Direcly using the C library allocator functions is usually avoided in favor of our guarded allocator. It's more useful when debugging. |
Commit Details:
Full Hash: 2a4fe88c13a1cb5bd79787e17eeaafec01c4d294
Parent Commit: 296bc35
Lines Changed: +11, -9
5 Modified Paths:
/source/blender/blenloader/intern/blend_validate.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readblenentry.c (+4, -4) (Diff)
/source/blender/editors/space_file/filelist.c (+1, -1) (Diff)
/source/blender/imbuf/intern/thumbs_blend.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_library_load.c (+3, -1) (Diff)
/source/blender/blenloader/intern/readblenentry.c (+4, -4) (Diff)
/source/blender/editors/space_file/filelist.c (+1, -1) (Diff)
/source/blender/imbuf/intern/thumbs_blend.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_library_load.c (+3, -1) (Diff)