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:
-rw-r--r--render_povray/shading.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/render_povray/shading.py b/render_povray/shading.py
index 88c085c2..750711a5 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")