From: Jim Holsenback
Subject: Re: Simple question
Date: 28 Feb 2011 15:22:53
Message: <4d6c041d$1@news.povray.org>
On 02/28/2011 03:56 PM, Silverlight2009 wrote:
> How can I change the output file's location on Windows?> > Thank you.> >
here's one way:
http://wiki.povray.org/content/Documentation:Reference_Section_1.1#Output_File_Name
From: Stephen
Subject: Re: Simple question
Date: 28 Feb 2011 16:44:19
Message: <4d6c1733@news.povray.org>
On 28/02/2011 8:22 PM, Jim Holsenback wrote:
> On 02/28/2011 03:56 PM, Silverlight2009 wrote:>> How can I change the output file's location on Windows?>>>> Thank you.>>>>> here's one way:> http://wiki.povray.org/content/Documentation:Reference_Section_1.1#Output_File_Name
Is there not a line that can be put in povray.ini similar to
Library_Path? I'm sure there used to be.
--
Regards
Stephen
> On 28/02/2011 8:22 PM, Jim Holsenback wrote:>> On 02/28/2011 03:56 PM, Silverlight2009 wrote:>>> How can I change the output file's location on Windows?>>>>>> Thank you.>>>>>>>> here's one way:>> http://wiki.povray.org/content/Documentation:Reference_Section_1.1#Output_File_Name>>>> Is there not a line that can be put in povray.ini similar to> Library_Path? I'm sure there used to be.>
Sections in povray.ini: (add them if needed)
[Permitted Input Paths]
1=InPath1
2=InPath2
[Permitted Output Paths]
1=OutPath1
2=OutPath2
Add quotes if the path contains any space.
Alain
Stephen <mcavoys_at@aoldotcom> wrote:
> On 28/02/2011 8:22 PM, Jim Holsenback wrote:> > On 02/28/2011 03:56 PM, Silverlight2009 wrote:> >> How can I change the output file's location on Windows?> >>> >> Thank you.> >>> >>> > here's one way:> >
http://wiki.povray.org/content/Documentation:Reference_Section_1.1#Output_File_Name>> Is there not a line that can be put in povray.ini similar to> Library_Path? I'm sure there used to be.>> --> Regards> Stephen
From the wiki:
Output_File_Name=c:\(folders)\
(note the end slash). This will create the output image as
"scenename"."filetype" in the folder indicated. Perhaps a bit misleading by
its name though that it's not "Output_File_Path"
-tqg