Skip to content

Commit

Permalink
Fix IESDatasetTex error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bluekyu committed Apr 3, 2018
1 parent 87b2768 commit 3a8e4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpplugins/env_probes/environment_capture_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3a8e4b3

Please sign in to comment.