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:
Diffstat (limited to 'io_coat3D/updateimage.py')
-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()