From 3a8e4b3b484e9984ac7b79067cd7250cd9f141e8 Mon Sep 17 00:00:00 2001 From: Younguk Kim Date: Tue, 3 Apr 2018 17:32:38 +0900 Subject: [PATCH] Fix IESDatasetTex error message --- rpplugins/env_probes/environment_capture_stage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpplugins/env_probes/environment_capture_stage.py b/rpplugins/env_probes/environment_capture_stage.py index 3c9eaf646..b4f40f271 100644 --- a/rpplugins/env_probes/environment_capture_stage.py +++ b/rpplugins/env_probes/environment_capture_stage.py @@ -39,7 +39,7 @@ class EnvironmentCaptureStage(RenderStage): """ This stage renders the scene to a cubemap """ - required_inputs = ["DefaultEnvmap", "AllLightsData", "maxLightIndex"] + required_inputs = ["DefaultEnvmap", "AllLightsData", "maxLightIndex", "IESDatasetTex"] required_pipes = [] def __init__(self, pipeline):