Blender Git Loki
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