Skip to content

Batch rendering all exported frames

Stig Atle Steffensen edited this page Jul 27, 2019 · 2 revisions

Windows:

Create a .bat file in the location where you exported containing the following:

FOR %%I in (.\*.pbrt) DO C:\path\to\pbrt.exe %%I

This will then render out each file for you. You can easily cancel, then resume where you left off by moving the completed .pbrt files to a subfolder then run the .bat file again.

Linux shell script example will be added shortly.

Clone this wiki locally