io_coat3D: Fake user prefix images

This commit is contained in:
Kalle-Samuli Riihikoski 2020-10-13 01:45:39 +03:00
parent 825c3c6e51
commit 8436f1fb1a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def update(texcoat,tex_type,node, udim_textures, udim_len):
for image in bpy.data.images:
if (os.path.normpath(image.filepath) == os.path.normpath(texcoat[tex_type][0])):
node.image.use_fake_user = True
node.image = image
node.image.reload()