View Full Version : Batch Rendering
steverage 02-21-2002, 04:19 PM Anyone know the batch rendering commands for XSi 1.5?!
Ive got about 20 shots of about 300 frames each at 720x308 so any help would be GREATLY appreciated!!
Cheers
|
|
in a command prompt navigate to where your *.mi2 files are and type:
for %i in (yourfilename.mi2) do echo ray3 -verbose in %i>>render.bat
if you want to render out a specific sequence of *.mi2 files type:
for %i in (Scene01.*.mi2) do echo ray2 -verbose on %i >> render.bat
to launch a render type: render.bat in the command line
hope this helps
John
steverage
02-21-2002, 08:24 PM
Cheers, but i didnt understand a word of that!!
I haven got any *.mi2 files...i dont think... ;)
I just want to render the passes without having to load xsi as it is taking ages as it is!
Cheers again..
mr-doOo
02-21-2002, 09:45 PM
here is an example:
xsi -r -scene "c:/.....your scene name" - pass "all" -verbose "full"
there is a lot of commandes so the only thing you have to do
is to have a look in the documentation...
CGTalk Moderation
01-13-2006, 01:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.