|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I am just installed the latest beta to test som speed.
Tryed to create a animation with the same file as in 3.6.2 i get the error:
[error]
Preset INI file is 'C:\Users\h.arends\Documents\POV-Ray\v3.7\ini\quickres.ini',
section is '[1024x768, AA 0.3]'.
Preset source file is 'L:\PovRayFiles\XY_200degrees_Animation_normal_View.ini'.
Rendering with 2 threads.
-
"L:\PovRayFiles\XY_200degrees_Animation_normal_View.ini" line 17: Most likely
detected an unquoted string with spaces in INI file. Assuming string ends at the
of the line.
Make sure all strings with spaces are properly quoted in the INI file.
Use either " or ' to quote strings. For details, please check the user manual!
-
IO Restrictions prohibit write access to
'L:\PovRayFiles\Animations\XYRotor\MoveMountingPlate.jpg0.png'
Render failed
-
CPU time used: kernel 0.25 seconds, user 0.02 seconds, total 0.27 seconds.
Elapsed time 0.58 seconds.
----------------------------------------------------------------------------
[/error]
This is the content of the animation file
[code]
; POV-Ray animation ini file
Antialias=On
Antialias_Threshold=0.3
Antialias_Depth=2
Quality=1;
Input_File_Name = "L:\PovRayFiles\Place_Mountingplate.pov"
Output_File_Name = "L:\PovRayFiles\Animations\XYRotor\MoveMountingPlate.jpg"
Initial_Frame=0
Final_Frame=3
Initial_Clock=0
Final_Clock=3
Cyclic_Animation=on
Pause_when_Done=off
[/code]
Post a reply to this message
|
|
| |
| |
|
|
From: Le Forgeron
Subject: Re: Animation file not running in 3.7 RC7
Date: 10 Jun 2013 11:56:13
Message: <51b5f71d@news.povray.org>
|
|
|
| |
| |
|
|
Le 10/06/2013 15:39, gharryh nous fit lire :
> IO Restrictions prohibit write access to
> 'L:\PovRayFiles\Animations\XYRotor\MoveMountingPlate.jpg0.png'
> Render failed
Did you explicitly allow the writing in
L:\PovRayFiles\Animations\XYRotor\ ? Seems not. Check your setting (or
disable io-restriction).
As it is not the scene directory, it is forbidden by default.
Also, the filename end with jpg, yet you did not put a +FJ, so a png
will be produced.
Notice that \ is often an escape character (self escaped with \\), if
your window supports it, use a / instead
Have a nice day.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le_Forgeron <jgr### [at] freefr> wrote:
> Did you explicitly allow the writing in
> L:\PovRayFiles\Animations\XYRotor\ ? Seems not. Check your setting (or
> disable io-restriction).
> As it is not the scene directory, it is forbidden by default.
There are no restriction set in the script I/O restriction section
> Also, the filename end with jpg, yet you did not put a +FJ, so a png
> will be produced.
Where should i place +FJ ?
> Notice that \ is often an escape character (self escaped with \\), if
> your window supports it, use a / instead
Changing from \ to / is not possible, files not found.
Harry
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Le_Forgeron <jgr### [at] freefr> wrote:
>> Did you explicitly allow the writing in
>> L:\PovRayFiles\Animations\XYRotor\ ? Seems not. Check your setting (or
>> disable io-restriction).
>> As it is not the scene directory, it is forbidden by default.
> There are no restriction set in the script I/O restriction section
>
>> Also, the filename end with jpg, yet you did not put a +FJ, so a png
>> will be produced.
> Where should i place +FJ ?
>
>> Notice that \ is often an escape character (self escaped with \\), if
>> your window supports it, use a / instead
> Changing from \ to / is not possible, files not found.
>
> Harry
>
>
>
>
Your choice:
On the command line.
Somewhere in the INI file.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|