I've been experimenting with batch rendering in conjunction with Windows 7 task scheduling to render multiple scenes throughout the night - using the Tutorial here (http://www.renderplus.com/wk/IRender_-_Batch_Mode_-_Tutorial_w.htm). I've double checked my settings numerous times, and they seem to match.
My issue is that when I check the results later, the rendered image is no where to be found.
I am attempting to save the image in the native, .nXtImage, format so I can tweek my lighting later...
Anyone ever run into this issue? I'm guessing it's probably a button or setting somewhere, but waiting 4 hours to find out that my attempts failed is... well, I'm sure you all can image.
Any suggestions would be appreciated.
Thanks a lot!
You need to be a member of Render Plus Software to add comments!
Replies
A major selling point for them was your prompt forum responses (as tech support).
Again, thanks a lot, and keep up the GREAT work!
Creating .bat files
A .bat file is simply a plain text file with the file extension changed from .txt to .bat
You can use notepad, or any other Windows text editor to create or edit them.
e.g.: notepad run_all.bat
Boothy
Running several batch renderings in a single batch file
You can create several batch folders and then run them from a new, single .bat file.
This allows you to start them all at once (one at a time), or to use the Windows scheduler to start all the batch files at once.
1. Create the batch folders as in the rest of this tutorial
e.g. Create Batch folders called: c:\tmp\batch1 and c:\tmp\batch2.
2. Create a new .bat file. It should look like this.
cd c:\tmp\batch1 call start_irender_batch.bat
cd c:\tmp\batch2 call start_irender_batch.bat
3. Then start the new batch file.
Note: Your setting for each batch file must not require users input to complete processing.
Its probably worth adding the sample batch file + description to tutorial
Thanks again
Boothy
We should find a way to put this into the interface, or have a batch file which runs all the other batch filed in sub folders of a folder.
Worked a treat - anyone using this method should remeber to switch off the `end render dialog` as it will prevent the first batch file from closing and stop rest of batch commands - simple batch file - DUH! should of thought of that a long time ago !
Thanks Again
Boothy
Thanks
Boothy