Blender Git Commit Log
Git Commits -> Revision 71740d1
Revision 71740d1 by Bastien Montagne (lineart-shadow) December 8, 2021, 06:53 (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: 71740d140fe2f63f722dd58927d6c04ad1dd0bb5
Parent Commit: 11501e2
Committed By: YimingWu
Lines Changed: +7, -395