Merge branch 'master' into blender2.8

This commit is contained in:
Bastien Montagne 2018-04-20 11:01:29 +02:00
commit bf63fee23e
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ bool BLO_main_validate_libraries(struct Main *bmain, struct ReportList *reports)
continue;
}
BlendHandle *bh = BLO_blendhandle_from_file(curlib->name, reports);
BKE_library_filepath_set(curlib, curlib->name);
BlendHandle *bh = BLO_blendhandle_from_file(curlib->filepath, reports);
if (bh == NULL) {
continue;