forked from blender/blender-addons
Fix warning in console for HdStorm in preview render #27
@ -26,7 +26,7 @@ class StormHydraRenderEngine(bpy.types.HydraRenderEngine):
|
|||||||
'maxLights': settings.max_lights,
|
'maxLights': settings.max_lights,
|
||||||
}
|
}
|
||||||
|
|
||||||
if engine_type == 'FINAL':
|
if engine_type != 'VIEWPORT':
|
||||||
result |= {
|
result |= {
|
||||||
'aovToken:Combined': "color",
|
'aovToken:Combined': "color",
|
||||||
'aovToken:Depth': "depth",
|
'aovToken:Depth': "depth",
|
||||||
|
Loading…
Reference in New Issue
Block a user