POV-Ray : Newsgroups : povray.general : Exit when done : Re: Exit when done Server Time
31 Jul 2024 08:24:31 EDT (-0400)
  Re: Exit when done  
From: Sherry Shaw
Date: 26 Jul 2007 09:39:35
Message: <46a8a417@news.povray.org>
Manuel Mata wrote:

>Hi all.
>
>I'd like to know if i can execute povray from a command line and make it
>exit when the image was rendered, just like the sample after install it
>(without the alert message).
>
>  
>

"/Exit" on the command line closes POV-Ray when the render is complete.  
It's under "Special Command Line Options"--
http://www.povray.org/documentation/view/3.6.1/603/

--Sherry Shaw

-- 
#macro T(E,N)sphere{x,.4rotate z*E*60translate y*N pigment{wrinkles scale
.3}finish{ambient 1}}#end#local I=0;#while(I<5)T(I,1)T(1-I,-1)#local I=I+
1;#end camera{location-5*z}plane{z,37 pigment{granite color_map{[.7rgb 0]
[1rgb 1]}}finish{ambient 2}}//                                   TenMoons


Post a reply to this message

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