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:
authorSamuli Riihikoski <haikalle@gmail.com>2020-09-19 09:01:12 +0300
committerSamuli Riihikoski <haikalle@gmail.com>2020-09-19 09:01:46 +0300
commit3fe64c0015a92d2feac1aa9712bb111a3344b5b2 (patch)
tree58945c5fd6ae0db08b9e767f81a970504ffef1e1 /io_coat3D
parent1f043682f9568fed02e3b877b31e8244b1b7a5c2 (diff)
io_coat3D: fixes if udims had more than one y layer bug
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/tex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_coat3D/tex.py b/io_coat3D/tex.py
index e589ea1c..4ae14913 100644
--- a/io_coat3D/tex.py
+++ b/io_coat3D/tex.py
@@ -706,7 +706,7 @@ def matlab(objekti,mat_list,texturelist,is_new):
udim_count = 0
udim_indexs = []
- if texturelist[0][0].startswith('100') and len(texturelist[0][0]) == 4:
+ if texturelist[0][0].startswith('10') and len(texturelist[0][0]) == 4:
udim_textures = True
udim_target = ''