POV-Ray : Newsgroups : povray.newusers : Multiple pov ray files : Re: Multiple pov ray files Server Time
29 Jul 2024 02:26:39 EDT (-0400)
  Re: Multiple pov ray files  
From: Florian Brucker
Date: 21 Nov 2006 04:54:16
Message: <4562ccc8$1@news.povray.org>
Depends on the system you're using. If you're on Linux, for example, you
could use something like this:

	$ for scene in *.pov; do povray +w640 +h480 +a0.3 $scene; done

There's probably a similar mechanism on Windows. The Windows version of
POV-Ray has also a built-in render-queue, but I don't know if it's
reasonable to use it with hundreds of files. The documentation of the
render queue can be found here:

	http://povray.org/documentation/view/3.6.1/675/

If you've got more questions about this, make sure to include some
information about your operating system and the tools you use :)


HTH,
Florian


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.