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/tex.py')
-rw-r--r--io_coat3D/tex.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/io_coat3D/tex.py b/io_coat3D/tex.py
index 45f8e7bb..e589ea1c 100644
--- a/io_coat3D/tex.py
+++ b/io_coat3D/tex.py
@@ -527,7 +527,6 @@ def CreateTextureLine(type, act_material, main_mat, texcoat, coat3D, notegroup,
for udim_index in udim_len:
if (udim_index != 1001):
node.image.tiles.new(udim_index)
- print('AA')
node.image.reload()
@@ -543,10 +542,6 @@ def CreateTextureLine(type, act_material, main_mat, texcoat, coat3D, notegroup,
for udim_index in udim_len:
if (udim_index != 1001):
node.image.tiles.new(udim_index)
- print('image:', node.image)
- print('BB')
-
-
if node.image and type['colorspace'] == 'noncolor':
@@ -721,7 +716,6 @@ def matlab(objekti,mat_list,texturelist,is_new):
udim_indexs.append(int(texture[0]))
udim_indexs.sort()
- print('udim_indexa:', udim_indexs)
if(udim_textures == False):
readtexturefolder(objekti,mat_list,texturelist,is_new, udim_textures, udim_indexs)