POV-Ray : Newsgroups : povray.beta-test : New parser update : Re: New parser update Server Time
23 Apr 2024 05:58:22 EDT (-0400)
  Re: New parser update  
From: clipka
Date: 18 Sep 2018 19:06:42
Message: <5ba18502$1@news.povray.org>
Am 18.09.2018 um 16:58 schrieb jr:

> this scene too has problems:
...
> bones.inc version 1.01 for POV-Ray 3.5 or higher
...

For such a complex scene - with self-modifying code and shit - the
actual error scenario turned out to be almost disappointingly simple:

    #macro Foo()
    #end

    Foo()
         ^---- END OF FILE

So invoking a macro immediately at the end of a file is what breaks stuff.


Now to figure out how to fix this...


Post a reply to this message

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