I would like to request the ability to define macros such that they have only
local scope.
For instance, I am attempting to use several instances of Rune's particle
system. unfortunately, some of the internal macros conflict with each other
when defined multiple times. When I try to define the macro a second time
POV-Ray quits with errors.
-Mike
From: Warp
Subject: Re: Featur request: macros with local scope
Date: 29 Jun 2008 16:48:05
Message: <4867f505@news.povray.org>
SharkD <nomail@nomail> wrote:
> I would like to request the ability to define macros such that they have only> local scope.
I think this goes to the category "the new SDL for pov4".
--
- Warp
Warp <war### [at] tagpovrayorg> wrote:
> SharkD <nomail@nomail> wrote:> > I would like to request the ability to define macros such that they have only> > local scope.>> I think this goes to the category "the new SDL for pov4".>> --> - Warp
Where is this category? I haven't come across it yet.
From: Warp
Subject: Re: Featur request: macros with local scope
Date: 30 Jun 2008 10:41:57
Message: <4868f0b5@news.povray.org>
SharkD <nomail@nomail> wrote:
> > I think this goes to the category "the new SDL for pov4".> Where is this category? I haven't come across it yet.
It was a figure of speech.
--
- Warp
"SharkD" <nomail@nomail> wrote:
> I would like to request the ability to define macros such that they have only> local scope.>> For instance, I am attempting to use several instances of Rune's particle> system. unfortunately, some of the internal macros conflict with each other> when defined multiple times. When I try to define the macro a second time> POV-Ray quits with errors.>> -Mike
I managed to get around the problems I was having by using the "undef" command,
though this ability is undocumented.
-Mike