Blender Git Loki
Git Commits -> Revision 9f29046
Revision 9f29046 by Bastien Montagne (master) December 2, 2021, 10:10 (GMT) |
Blendread: Remove all instantiation logic from `BLO_library_link_` code. Instantiation is now fully handled by BKE_blendfile_link_append module. Note that this also allows removal of the `BLO_LIBLINK_NEEDS_ID_TAG_DOIT` flag. 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: 9f290467ca3a8517b13d81031099744d86f3ae21
Parent Commit: 4fe8c62
Lines Changed: +7, -395