POV-Ray : Newsgroups : povray.macintosh : INI files on Mac : Re: INI files on Mac Server Time
27 Apr 2024 05:34:35 EDT (-0400)
  Re: INI files on Mac  
From: George Franco
Date: 20 Sep 2003 15:48:46
Message: <babydoc-D5A08D.12484620092003@netplex.aussie.org>
In article <3f6ca1a6@news.povray.org>,
 "Thorsten Froehlich" <tho### [at] trfde> wrote:

> In article <bab### [at] netplexaussieorg> , George 
> Franco <bab### [at] cyberversecom>  wrote:
> 
> > I tried the various settings in the settings panels but I can't seem to
> > get the propgram to recognise the ini files. I need some step by step
> > directions here - or else the info that it doesn't work on a Mac so I
> > can give up!
> 
> The INI file needs to have the same name as the scene file.  Then select
> "INI file" in the render Settings dialog.
> 
>     Thorsten
> 
> ____________________________________________________
> Thorsten Froehlich, Duisburg, Germany
> e-mail: tho### [at] trfde
> 
> Visit POV-Ray on the web: http://mac.povray.org

Super. That worked. Thanks very much.
Now, does anyone know if there is a way to pass a variable to an ini 
file. For example if I have a file ANI.ini that has animation settings 
like so:

   Initial_Frame = 1 ;default
   Final_Frame  = -1 ;default (off)
   Display = on      ;preview on

   [On]
   Final_Frame  = 10 ; <-- I want to change this
   Display = off     ; turn off the display

   [Off]
   Final_Frame  = -1 ;
   Display = on      ; turn the display on

is there a way to pass a number so when I call Ani[On] I can pass a 
number for Final_Frame?


Post a reply to this message

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