POV-Ray : Newsgroups : povray.bugreports : clock and frame count seem to be pulled from last-used .ini : clock and frame count seem to be pulled from last-used .ini Server Time
24 Apr 2024 23:43:18 EDT (-0400)
  clock and frame count seem to be pulled from last-used .ini  
From: jmichae3
Date: 28 Dec 2014 16:50:01
Message: <web.54a07a481b7053958694a3930@news.povray.org>
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

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