Blender Git Commit Log
Git Commits -> Revision 4781ab0
Revision 4781ab0 by Bastien Montagne (master) March 12, 2021, 08:46 (GMT) |
IDRemap: Add option to also remap internal runtime ID pointers. In some cases (advanced, low-level), we also want to remap pointers like `ID.newid` or `ID.orig_id`. Only known case currently is `id_delete`, to avoid leaving potential access to freed memory. See next commit and T86501. |
Commit Details:
Full Hash: 4781ab0969cdb4e39a2a9947f2b1a613b13b6235
Parent Commit: fd4c01a
Lines Changed: +13, -3