POV-Ray : Newsgroups : povray.general : Compile listing : Re: Compile listing Server Time
4 Aug 2024 02:18:44 EDT (-0400)
  Re: Compile listing  
From: ABX
Date: 14 Aug 2003 09:21:39
Message: <au2njvg3gv7o59nn5ii8o22lenq9f3serf@4ax.com>
On Thu, 14 Aug 2003 08:14:41 -0500, "Tom A." <met### [at] yahoocom>
wrote:
> So - is there a way to get a listing of the source with all the includes 
> and macros expanded?

Do you need expanded list or just order of "execution"? You can just start
every include file with:

  #debug "Inclusion of this_file_name.inc\n"

and every macro with:

  #debug "Execution of this_macro_name.inc\n"

In standard include files you can get it by declaring

  #declare View_POV_Include_Stack = yes;

at begining of your main scene.

ABX


Post a reply to this message

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