Blender Git Commit Log

Git Commits -> Revision 0385b33

Revision 0385b33 by Bastien Montagne (master)
May 9, 2018, 13:52 (GMT)
Fix broken 'check/validate libs' code with indirect libs.

Readcode always set relative paths of indirectly linked libs relative to
*current* .blend file, not to the library using it.

But BKE_library_filepath_set was then setting them relative to their
parent library, breaking checking code (and saved files even :((( ).

Commit Details:

Full Hash: 0385b33f0b3e389ea2a82c4b6bb181c684f0511a
Parent Commit: 69f2305
Lines Changed: +5, -1

2 Modified Paths:

/source/blender/blenkernel/intern/library.c (+3, -1) (Diff)
/source/blender/blenloader/intern/blend_validate.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021