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

2 Modified Paths:

/source/blender/blenkernel/BKE_lib_remap.h (+7, -0) (Diff)
/source/blender/blenkernel/intern/lib_remap.c (+6, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021