From 84b69e64ea67ae01b31a6831d11c339496a525bc Mon Sep 17 00:00:00 2001 From: Maurice Raybaud <mauriceraybaud@hotmail.fr> Date: Fri, 22 Jul 2016 19:13:08 +0200 Subject: [PATCH] Fixed typo mistakes from previous commit --- render_povray/shading.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/render_povray/shading.py b/render_povray/shading.py index 88c085c2b..750711a5e 100644 --- a/render_povray/shading.py +++ b/render_povray/shading.py @@ -990,7 +990,6 @@ def writeTextureInfluence(mater, materialNames, LocalMaterialNames, path_image, if texturesDif == "" and mater.pov.replacement_text == "": if texturesAlpha != "": -. mappingAlpha = imgMapTransforms(t_alpha) if texturesAlpha and texturesAlpha.startswith("PAT_"): @@ -1053,7 +1052,7 @@ def writeTextureInfluence(mater, materialNames, LocalMaterialNames, path_image, else: if texturesDif and texturesDif.startswith("PAT_"): - tabWrite("pigment{%s %s}\n" %(texturesDif, mappingDiff)) + tabWrite("pigment{%s %s}\n" %(texturesDif, mappingDif)) else: tabWrite("pigment {\n") tabWrite("uv_mapping image_map {\n") -- GitLab