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 'render_povray/shading.py')
-rw-r--r--render_povray/shading.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/render_povray/shading.py b/render_povray/shading.py
index d6245a16..50ff8389 100644
--- a/render_povray/shading.py
+++ b/render_povray/shading.py
@@ -743,12 +743,10 @@ def writeTextureInfluence(mater, materialNames, LocalMaterialNames, path_image,
if t and (t.use and (t.texture is not None)):
# 'NONE' ('NONE' type texture is different from no texture covered above)
if (t.texture.type == 'NONE' and t.texture.pov.tex_pattern_type == 'emulator'):
- print('RESHAITE')
continue # move to next slot
# PROCEDURAL
elif (t.texture.type != 'IMAGE' and t.texture.type != 'NONE'):
proceduralFlag=True
- print('XXXSHHHAAIIIITE')
image_filename = "PAT_%s"%string_strip_hyphen(bpy.path.clean_name(t.texture.name))
if image_filename:
if t.use_map_color_diffuse: