Skip to content
Snippets Groups Projects
Commit 49cb3894 authored by Maurice Raybaud's avatar Maurice Raybaud
Browse files

Added support for world texture brightness (intensity) to better tweak HDR lighting.

parent b39de231
No related branches found
No related tags found
No related merge requests found
......@@ -1364,6 +1364,7 @@ def write_pov(filename, scene=None, info_callback=None):
tabWrite("image_map{%s \"%s\" %s}\n" % (imageFormat(texturesBlend), texturesBlend, imgMapBG(t_blend)))
tabWrite("}\n")
tabWrite("%s\n" % (mappingBlend))
tabWrite("pigment {rgb 0 transmit %s}\n" % (t.texture.intensity))
tabWrite("}\n")
#tabWrite("scale 2\n")
#tabWrite("translate -1\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment