Skip to content

Commit

Permalink
Merge pull request #96 from bluekyu/fix-ies-error
Browse files Browse the repository at this point in the history
Fix IESDatasetTex error message
  • Loading branch information
tobspr committed Apr 3, 2018
2 parents 87b2768 + 3a8e4b3 commit e52571a
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 e52571a

Please sign in to comment.