From c01e000f36e0866c7f4af1408dcad127280c9c9f Mon Sep 17 00:00:00 2001 From: "georgiy.m.markelov@gmail.com" Date: Thu, 3 Aug 2023 16:16:36 +0300 Subject: [PATCH] Initial --- hydra_storm/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra_storm/engine.py b/hydra_storm/engine.py index 2989d905f..8037746ff 100644 --- a/hydra_storm/engine.py +++ b/hydra_storm/engine.py @@ -26,7 +26,7 @@ class StormHydraRenderEngine(bpy.types.HydraRenderEngine): 'maxLights': settings.max_lights, } - if engine_type == 'FINAL': + if engine_type != 'VIEWPORT': result |= { 'aovToken:Combined': "color", 'aovToken:Depth': "depth", -- 2.30.2