[Bf-extensions-cvs] [d39c2b61] master: corrected Ztransp enum description

Maurice Raybaud noreply at git.blender.org
Fri Oct 4 11:33:11 CEST 2019


Commit: d39c2b61470059dd31cf688441c817a875b928cc
Author: Maurice Raybaud
Date:   Fri Oct 4 11:28:23 2019 +0200
Branches: master
https://developer.blender.org/rBAd39c2b61470059dd31cf688441c817a875b928cc

corrected Ztransp enum description

adapted former BI ZBuffer transp to use ior of 1

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

M	render_povray/__init__.py

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

diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 02d08cec..30f18340 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -1188,7 +1188,7 @@ class RenderPovSettingsMaterial(PropertyGroup):
             name="Specular Shader Model",
             description="Method to use for rendering transparency",   
             items=(("MASK", "Mask", "Mask the background"),
-                   ("Z_TRANSPARENCY", "Z Transparency", "Use alpha buffer for transparent faces"),#TO DEPRECATE
+                   ("Z_TRANSPARENCY", "Z Transparency", "Use an ior of 1 for transparent faces"),
                    ("RAYTRACE", "Raytrace", "Use raytracing for transparent refraction rendering")),
             default="MASK")



More information about the Bf-extensions-cvs mailing list