|
|
Elias Pschernig wrote:
>
> P3-933, windows ME, 3.5.beta.6.icl.win32
>
> Following scene crashes for me:
>
> #declare I = 0;
> #while(I < 2)
>
> #declare C = pigment { crackle }
>
> #declare CF = function { pigment { C } }
>
> #declare I = I + 1;
> #end
>
That's a different bug i think, for the same reason, the insert menu
crashed in the waveform sample too. Bob's workaround was to use #local
and #undef.
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|