Fix T53713: User remap failed w/ texface images

This commit is contained in:
Campbell Barton 2018-01-08 16:58:58 +11:00
parent 1611177ac9
commit 26ffade5c1
1 changed files with 1 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ bool BKE_library_id_can_use_idtype(ID *id_owner, const short id_type_used)
return true;
#endif
case ID_ME:
return ELEM(id_type_used, ID_ME, ID_KE, ID_MA);
return ELEM(id_type_used, ID_ME, ID_KE, ID_MA, ID_IM);
case ID_CU:
return ELEM(id_type_used, ID_OB, ID_KE, ID_MA, ID_VF);
case ID_MB: