If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
That's using the command line tool after the fact.
What I meant was, will the denoiser work in the usual way if you just add it as an element with defaults for a single image, and send the job of by using backburner.
Would there be any chance that someone could put an example of the Dabarti script for someone who is a bit challenged when it comes to scripting? Scripting is a bit like double-dutch to me...
Where would I enter the path of my frames?
echo off set input=%~f1 IF %~x1==.exr (set denoiser_input=%input:~0,-8%????.exr) IF %~x1==.vrimg (set denoiser_input=%input:~0,-10%????.vrimg) "C:\Program Files\Chaos Group\V-Ray\3dsmax 2016 for x64\tools\vdenoise.exe" -inputFile="%denoiser_input%" -useGPU=2 -display=0 pause
It would be awesome if Chaos Group could add in a Backburner submit button to the new GUI of the denoiser, I'm sure that it would really help users .
Comment