Hi @Bing ,
You are correct that you’re just seeing the simulation log there. It comes from the luigi library that we use to execute tasks in parallel so that’s why a lot of the messages can seem generic.
- Where is the failure? Is is in your recipe or postprocessing of the HDR?
- If you gave your View objects the same name, then one of them can overwrite the other. So make sure that these inputs are different:
Alternatively, you can just leave the _name_ input blank and the view and image will each be given a unique name.
