View Full Version : Render Queue
danbran 02-27-2003, 09:54 PM Does anybody know of a script or something which allows multiple maya files to be rendered in a queue?
db
|
|
MikeRhone
02-27-2003, 10:56 PM
Open up notepad and type:
render -s 1 -e 200 C:\SceneOne.mb
render -s 1 -e 200 C:\SceneTwo.mb
render -s 1 -e 200 C:\SceneThree.mb
This would render Scene one frames 1-200, then Scene two, frames 1 to 200, then Scene three 1-200.
And of course change the C:\SceneOne.mb to the path of the files you wish to render. Save this notepad file, and rename the file extension to .dat (IE Rename the file as Scenes.bat)
Double click on the bat file and it will start batch rendering those files in order.
If you get stuck or would like to know more options, open up a command prompt and type "render". That will give you a list of other options you can script into the batch file.
Good luck...!
Mike R
danbran
02-27-2003, 11:15 PM
thanks a lot!
db
danbran
03-03-2003, 03:25 PM
that worked out great.. One more thing.....how do you cancel a render through the command prompt?
db
lostpencil
03-03-2003, 03:42 PM
Dunno if this would help with canceling a render, but you could give it a go:
maya -batch -command "CancelBatchRender"
(the other option is to kill the process through the task manager)
Download RenderPal: it's handy !
PS: I really enjoy Fishman ;)
Rot
danbran
03-03-2003, 03:51 PM
Originally posted by lostpencil
(the other option is to kill the process through the task manager) [/B]
Ahhh...brute force! Thats more of my style! "Get a bigger hammer" is my motto....
db
danbran
03-03-2003, 03:53 PM
Originally posted by Rot
Download RenderPal: it's handy !
PS: I really enjoy Fishman ;)
Rot
Thanks for the suggestion, I'll check that out. And I'm glad you liked Fishman! I'm rendering the next episode as we speak. Stay tuned....
db
alexx
03-03-2003, 07:00 PM
there is a command available at microsoft i think called kill that you can download..
that enables you to kill tasks from command line..
but i guess sice you want to kill renderings from the prompt only pressing:
CTRL+C does the job much better :)
cheers
alexx
Maya Ayanami
03-04-2003, 03:57 AM
does any of you know how to do network renders
CGTalk Moderation
01-14-2006, 12:00 PM
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-2012, Jelsoft Enterprises Ltd.