[nodes] ImageProcessing: add new option to fix non finite pixels

This commit is contained in:
Fabien Castan 2020-09-11 13:04:16 +02:00
parent 4e5446a7ce
commit 6ad8ed0396
2 changed files with 10 additions and 1 deletions

View file

@ -249,6 +249,7 @@ def panoramaHdrPipeline(graph):
imageProcessing = graph.addNewNode('ImageProcessing',
input=panoramaCompositing.output,
fixNonFinite=True,
fillHoles=True,
extension='exr')