[Bf-extensions-cvs] [84b69e6] master: Fixed typo mistakes from previous commit

Maurice Raybaud noreply at git.blender.org
Fri Jul 22 19:13:16 CEST 2016


Commit: 84b69e64ea67ae01b31a6831d11c339496a525bc
Author: Maurice Raybaud
Date:   Fri Jul 22 19:13:08 2016 +0200
Branches: master
https://developer.blender.org/rBA84b69e64ea67ae01b31a6831d11c339496a525bc

Fixed typo mistakes from previous commit

===================================================================

M	render_povray/shading.py

===================================================================

diff --git a/render_povray/shading.py b/render_povray/shading.py
index 88c085c..750711a 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")



More information about the Bf-extensions-cvs mailing list