Blender Git Commit Log
Git Commits -> Revision fbb4a7e
Revision fbb4a7e by Bastien Montagne (master) November 23, 2021, 09:38 (GMT) |
BKE link/append: Add optional blendfile handle to libraries. This enables calling code to deal with the blendfile handle themselves, BKE_blendfile_link then just borrows, uses this handle and does not release it. Needed e.g. for python's libcontext system to use new BKE_blendfile_link_append code. Part of T91414: Unify link/append between WM operators and BPY context manager API, and cleanup usages of `BKE_library_make_local`. |
Commit Details:
Full Hash: fbb4a7eb434f57e03fd274b107b466919cdd049a
Parent Commit: f657356
Lines Changed: +87, -27