POV-Ray : Newsgroups : povray.general : No animation for any POV v 3.62 provided files : Re: No animation for any POV v 3.62 provided files Server Time
30 Jul 2024 04:10:52 EDT (-0400)
  Re: No animation for any POV v 3.62 provided files  
From: StephenS
Date: 24 Oct 2009 22:45:01
Message: <web.4ae3bb4cb547aa518e92a8ad0@news.povray.org>
"Robert Baer" <rob### [at] localnetcom> wrote:
....
> Notes i took:
> /* POV Ray complains about the contents of #include "BAER.ini" which contains
>  clock = 1
>  Initial_Frame = 1
>  Final_Frame = 20
>   AND *NONE* of the above lines are accepted!
....
From "3.2.2.1 include files and the #include directive" of the help file:
#include "filename.inc"

I don't think you can include a .ini file this way.

Start the rendering process from the .ini file, and point to your pov file from
there.
Example:

Width = 640
Height = 480
Antialias = Off
Initial_Frame = 0
Final_Frame = 20
Input_File_Name = Myscene.pov


Post a reply to this message

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