Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2020-10-13 01:45:39 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2020-10-13 01:45:39 +0300
commit8436f1fb1a3ce1777b97cab6d44265c82047d1e6 (patch)
tree48cba4b8c83084c4a43fca4dbd7f40a2ebbde0dc
parent825c3c6e51ca415c4f7d86c8a8415f008e0bd4d9 (diff)
io_coat3D: Fake user prefix images
-rw-r--r--io_coat3D/updateimage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_coat3D/updateimage.py b/io_coat3D/updateimage.py
index 72d4d826..c811d770 100644
--- a/io_coat3D/updateimage.py
+++ b/io_coat3D/updateimage.py
@@ -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()