|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
BUG:
note in JesusLovesYou2_single-frame.ini there is no frame count and no clock.
this should be a single frame.
but it renders consistently as a 9104-frame movie. pov-ray is using a cached
initial_frame and final_frame instead of a default (which should probably be 1
if at all).
JesusLovesYou2_.ini:
; Persistence Of Vision raytracer version 3.5 sample file.
+W720 +H405
Antialias=On
Antialias_Threshold=0.2
Antialias_Depth=3
Test_Abort_Count=100
Input_File_Name=JesusLovesYou2_.pov
Output_File_Type=N
Output_Alpha=off
+A
Initial_Frame=1
Final_Frame=450
;450/30fps=15s
Initial_Clock=4.5
Final_Clock=-11
Display_Gamma=2.2
File_Gamma=2.2
Cyclic_Animation=off
Pause_When_Done=off
JesusLovesYou2_single-frame.ini:
; Persistence Of Vision raytracer version 3.5 sample file.
;Width=1920
;Height=1080
Width=720
Height=405
;Width=360
;Height=202
Antialias=On
Antialias_Threshold=0.3
Antialias_Depth=3
;Jitter=on
;Jitter_Amount=0.3
;Antialias_Depth=3
Antialias_Gamma=2.2
Test_Abort=on
Test_Abort_Count=100
Input_File_Name=JesusLovesYou2_single-frame.pov
Output_File_Type=N
Output_Alpha=off
Bits_Per_Color=8
Display_Gamma=2.2
File_Gamma=2.2
Cyclic_Animation=off
Pause_When_Done=off
Post a reply to this message
|
|
| |
| |
|
|
From: Le Forgeron
Subject: Re: clock and frame count seem to be pulled from last-used .ini
Date: 28 Dec 2014 17:05:42
Message: <54a07eb6$1@news.povray.org>
|
|
|
| |
| |
|
|
Le 28/12/2014 22:46, jmichae3 a écrit :
> BUG:
> note in JesusLovesYou2_single-frame.ini there is no frame count and no clock.
> this should be a single frame.
> but it renders consistently as a 9104-frame movie. pov-ray is using a cached
> initial_frame and final_frame instead of a default (which should probably be 1
> if at all).
>
Can you try the same without a filename with a "-" ?
It might also be a lack of explicit initialisation, and your render use
whatever is at that place in memory. Can you try on a different system ?
After a reboot ?
It might be platform specific (windows) or not.
Do you have any explanation for 9104 ?
By default, frame number and clock should be 0 when not animated.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le_Forgeron <jgr### [at] freefr> wrote:
> Le 28/12/2014 22:46, jmichae3 a écrit :
> > BUG:
> > note in JesusLovesYou2_single-frame.ini there is no frame count and no clock.
> > this should be a single frame.
> > but it renders consistently as a 9104-frame movie. pov-ray is using a cached
> > initial_frame and final_frame instead of a default (which should probably be 1
> > if at all).
> >
>
> Can you try the same without a filename with a "-" ?
>
> It might also be a lack of explicit initialisation, and your render use
> whatever is at that place in memory. Can you try on a different system ?
> After a reboot ?
>
> It might be platform specific (windows) or not.
>
> Do you have any explanation for 9104 ?
>
> By default, frame number and clock should be 0 when not animated.
OK, I renamed all of them. I selected and ran JesusLovesYou2_single_frame.ini
and I got
Preset INI file is 'D:\WWW\JESUSNJIM\RAYTRACE\JOHN3_16-17.INI'.
Preset source file is
'D:\www\Jesusnjim\raytrace\JesusLovesYou2_single_frame.ini'.
-
Cannot open INI file 'D:\WWW\JESUSNJIM\RAYTRACE\JOHN3_16-17.INI'.
Failed to start render: Failed to parse INI file
so why is it reading the wrong .ini file?
even biscuit won't go. maybe it's time to reboot. been sleeping the win7 machine
for a week.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le_Forgeron <jgr### [at] freefr> wrote:
> Le 28/12/2014 22:46, jmichae3 a écrit :
> > BUG:
> > note in JesusLovesYou2_single-frame.ini there is no frame count and no clock.
> > this should be a single frame.
> > but it renders consistently as a 9104-frame movie. pov-ray is using a cached
> > initial_frame and final_frame instead of a default (which should probably be 1
> > if at all).
> >
>
> Can you try the same without a filename with a "-" ?
>
> It might also be a lack of explicit initialisation, and your render use
> whatever is at that place in memory. Can you try on a different system ?
> After a reboot ?
>
> It might be platform specific (windows) or not.
>
> Do you have any explanation for 9104 ?
>
> By default, frame number and clock should be 0 when not animated.
reboot seems to have fixed it. hmm.
Post a reply to this message
|
|
| |
| |
|
|
From: Le Forgeron
Subject: Re: clock and frame count seem to be pulled from last-used .ini
Date: 31 Dec 2014 07:15:01
Message: <54a3e8c5@news.povray.org>
|
|
|
| |
| |
|
|
Le 31/12/2014 09:28, jmichae3 a écrit :
> reboot seems to have fixed it. hmm.
>
>
Red alert, use a memory checker (such as memtest86+ or whatever does not
need an OS). Check your whole ram, you might have a bad block.
That, or there is a memory leak/overflow when running your previous scenes.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |