Blender Git Commit Log
Git Commits -> Revision 77ff125
Revision 77ff125 by Bastien Montagne (master) July 21, 2016, 14:54 (GMT) |
BKE_library_make_local: clear behind us no more used linked datablocks. This is really not elegant solution, but simplest for now. Ideally, we'd check all IDs first and directly 'make local' (without need to copy) those only indirectly used by other datablocks to be made local. Would also save us from the need of the extra 'lib_local' parameter recently added to id_make_local. Current code seems to work well enough though, and this is not high priority to fix imho. |
Commit Details:
Full Hash: 77ff125232baf35c29e327d19f6c2e3799326f46
Parent Commit: af2deb5
Lines Changed: +35, -0
1 Modified Path:
/source/blender/blenkernel/intern/library.c (+35, -0) (Diff)