Blender Git Commit Log
Git Commits -> Revision 1a26d15
Revision 1a26d15 by Bastien Montagne (master) January 11, 2021, 15:44 (GMT) |
Fix Embedded IDs creation bypassing ID management completely. No ID (even remotely) related to Main database should ever be created directly through MEM_mallocN. Using `BKE_libblock_alloc` is the bare minimum. Note that there is no behavior change expected here. |
Commit Details:
Full Hash: 1a26d1576345fb1eb3d31d3048f64b5e4f7a6109
Parent Commit: 2f9073a
Lines Changed: +8, -8