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:
authorMaurice Raybaud <mauriceraybaud@hotmail.fr>2016-07-22 20:13:08 +0300
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2016-07-22 20:13:08 +0300
commit84b69e64ea67ae01b31a6831d11c339496a525bc (patch)
tree0e6455cf5a53cafb38a8cdf40f82d4a574e74044
parent3cb59ca5c6aa3f1b742a75a9c56c2920d3ff8fde (diff)
Fixed typo mistakes from previous commit
-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")