|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I get a warning "A render has completed but file output was turned off. No file
was written" when I run this ini-file:
; ini-file starts here *******************************
Input_File_Name = 0018a009.pov
Output_To_File = on
Output_File_Name = 0018a009_r1c1.png
Height = 10000
Width = 10000
Start_Column = 1
End_Column = 100
Start_Row = 1
End_Row = 100
; ini-file ends here ********************************
A file is created when I comment out the Output_File_Name statement, though.
What am I doing wrong?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"stevenvh" <nomail@nomail> wrote:
> I get a warning "A render has completed but file output was turned off. No file
> was written" when I run this ini-file:
>
> ; ini-file starts here *******************************
> Input_File_Name = 0018a009.pov
> Output_To_File = on
> Output_File_Name = 0018a009_r1c1.png
>
> Height = 10000
> Width = 10000
>
> Start_Column = 1
> End_Column = 100
> Start_Row = 1
> End_Row = 100
> ; ini-file ends here ********************************
>
> A file is created when I comment out the Output_File_Name statement, though.
> What am I doing wrong?
Fixed by using +o instead of Output_File_Name. Is this a bug? I presume
"Output_File_Name" is spelled correctly, otherwise POV-Ray would ignore it and
write to the default output file, as if the statement were commented out.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
stevenvh wrote:
> "stevenvh" <nomail@nomail> wrote:
>> I get a warning "A render has completed but file output was turned off. No file
>> was written" when I run this ini-file:
>>
>> ; ini-file starts here *******************************
>> Input_File_Name = 0018a009.pov
>> Output_To_File = on
>> Output_File_Name = 0018a009_r1c1.png
>>
>> Height = 10000
>> Width = 10000
>>
>> Start_Column = 1
>> End_Column = 100
>> Start_Row = 1
>> End_Row = 100
>> ; ini-file ends here ********************************
>>
>> A file is created when I comment out the Output_File_Name statement, though.
>> What am I doing wrong?
>
> Fixed by using +o instead of Output_File_Name. Is this a bug? I presume
> "Output_File_Name" is spelled correctly, otherwise POV-Ray would ignore it and
> write to the default output file, as if the statement were commented out.
RTFM about the difference between an option with "+" and an INI option.
Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich <tho### [at] trfde> wrote:
>
> RTFM about the difference between an option with "+" and an INI option.
From the FM:
"+Ofile Same as Output_File_Name=file".
What else do I need to know?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"stevenvh" <nomail@nomail> wrote:
> "stevenvh" <nomail@nomail> wrote:
> > I get a warning "A render has completed but file output was turned off. No file
> > was written" when I run this ini-file:
> >
> > ; ini-file starts here *******************************
> > Input_File_Name = 0018a009.pov
> > Output_To_File = on
> > Output_File_Name = 0018a009_r1c1.png
> >
> > Height = 10000
> > Width = 10000
> >
> > Start_Column = 1
> > End_Column = 100
> > Start_Row = 1
> > End_Row = 100
> > ; ini-file ends here ********************************
> >
> > A file is created when I comment out the Output_File_Name statement, though.
> > What am I doing wrong?
>
> Fixed by using +o instead of Output_File_Name. Is this a bug? I presume
> "Output_File_Name" is spelled correctly, otherwise POV-Ray would ignore it and
> write to the default output file, as if the statement were commented out.
Steven, this may be just a dialog box bug - I tried it and got the same message,
but the file was written to disk anyway. I just checked the "Don't tell me
again" box. All fixed. I used the following INI file on the Basic Scene:
Input_File_Name = basicScene.pov
Output_File_Name = basicScene_r1c1.png
Height = 1000
Width = 1000
Start_Column = 1
End_Column = 100
Start_Row = 1
End_Row = 100
-Rob
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
stevenvh wrote:
> I get a warning "A render has completed but file output was turned off. No file
> was written" when I run this ini-file:
>
> ; ini-file starts here *******************************
> Input_File_Name = 0018a009.pov
> Output_To_File = on
> Output_File_Name = 0018a009_r1c1.png
>
> Height = 10000
> Width = 10000
>
> Start_Column = 1
> End_Column = 100
> Start_Row = 1
> End_Row = 100
> ; ini-file ends here ********************************
>
> A file is created when I comment out the Output_File_Name statement, though.
> What am I doing wrong?
Thanks for the report, I will look into it and if there's a bug I will fix it.
regards,
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |