Merge branch 'master' into blender2.8

Conflicts:
	source/blender/blenkernel/intern/library_query.c
This commit is contained in:
2018-03-20 11:33:59 +01:00
2 changed files with 7 additions and 0 deletions

View File

@@ -673,6 +673,9 @@ void BKE_library_foreach_ID_link(Main *bmain, ID *id, LibraryIDLinkCallback call
}
CALLBACK_INVOKE(material->group, IDWALK_CB_USER);
CALLBACK_INVOKE(material->edit_image, IDWALK_CB_USER);
if (material->texpaintslot != NULL) {
CALLBACK_INVOKE(material->texpaintslot->ima, IDWALK_CB_NOP);
}
break;
}