POV-Ray : Newsgroups : povray.programming : Adding a keyword : Re: Adding a keyword Server Time
8 Jul 2024 19:50:00 EDT (-0400)
  Re: Adding a keyword  
From: Christoph Hormann
Date: 22 Jan 2003 12:27:08
Message: <3E2ED46C.3E043413@gmx.de>
Florian Brucker wrote:
> 
> [...]
> 
> <message window>
> Parse Error: No matching } in 'global_settings', float function
> 'ini_image_width' found instead
> </message window>

You probably added your token to TOKEN_IDS at the beginning or somewhere
in the middle.  Better place it at the end (but before 'LAST_TOKEN').

See also:
http://megapov.inetart.net/manual/megapov01.html#internals_tokens

And BTW:

if you intend to introduce the feature i think you are planning to
introduce you should note that this is against the idea behind the concept
of different file types in POV-Ray.  Render settings are given in the ini
files or at the command line and not in the scene file.  

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 31 Dec. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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