I am not having any luck running denoise on frames in terminal mode (no UI). I
am generating the script and executing 'analyse' via python but when I open up
the saved script in UI, denoise does nothing until I physically push the
'analyze' button.
denoise = nuke.createNode("Denoise")
denoise.setInput(0, plate) # connect source input
denoise.setInput(1, noiseframe) # connect noise input to framhold
denoise['mode'].setValue(1)
denoise['type'].setValue(1)
denoise['analyze'].execute() #push the analyze button
Any idea how to force this node to do its magic outside the UI?
Thanks,
micah
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python