Blender Git Loki
Git Commits -> Revision 35ca2a8
March 13, 2021, 00:59 (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: 35ca2a8737e7cfbc1bb3bf79cc507a81c14ba6c0
Parent Commit: 139c4f1
Committed By: YimingWu
Lines Changed: +13, -3