From 3fe64c0015a92d2feac1aa9712bb111a3344b5b2 Mon Sep 17 00:00:00 2001 From: Samuli Riihikoski Date: Sat, 19 Sep 2020 09:01:12 +0300 Subject: io_coat3D: fixes if udims had more than one y layer bug --- io_coat3D/tex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_coat3D') 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 = '' -- cgit v1.2.3