You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.