render_povray: 2.8 material related API changes

three small updates
This commit is contained in:
Maurice Raybaud
2019-10-23 13:55:31 +02:00
parent d12c4a4017
commit c14db94c41
3 changed files with 15 additions and 11 deletions

View File

@ -3784,6 +3784,7 @@ def write_pov_ini(scene, filename_ini, filename_log, filename_pov, filename_imag
class PovrayRender(bpy.types.RenderEngine):
bl_idname = 'POVRAY_RENDER'
bl_label = "Persitence Of Vision"
bl_use_shading_nodes_custom = False
DELAY = 0.5
@staticmethod