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

Commented out a forbidden scene property change. There might be others. We...

Commented out a forbidden scene property change. There might be others. We need to find a proper way to translate blender properties to pov ones that are different but achieve the same purpose 
parent 9d96ea82
No related branches found
No related tags found
No related merge requests found
......@@ -1229,11 +1229,12 @@ def write_pov(filename, scene=None, info_callback=None):
tabWrite('}\n')
#sky_sphere alpha (transmit) is not translating into image alpha the same way as 'background'
if world.light_settings.use_indirect_light:
scene.pov_radio_enable=1
#if world.light_settings.use_indirect_light:
# scene.pov_radio_enable=1
#Maybe change the above to scene.pov_radio_enable = world.light_settings.use_indirect_light ?
#Maybe change the above to a funtion copyInternalRenderer settings when user pushes a button, then:
#scene.pov_radio_enable = world.light_settings.use_indirect_light
#and other such translations but maybe this would not be allowed either?
###############################################################
......
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