POV-Ray : Newsgroups : povray.beta-test : platform dependence Server Time
29 Jul 2024 08:16:23 EDT (-0400)
  platform dependence (Message 1 to 2 of 2)  
From: Felix Wiemann
Subject: platform dependence
Date: 6 Jul 2002 12:06:04
Message: <3d27156c@news.povray.org>
RC6,Linux

scenes/animations/life/life.ini reads:

User_Abort_Command=command /C del lifedata.inc

This works only for the windows version. The file should be overwritten if 
the current frame is the first one:

#if (file_exists("lifedata.inc"))
   #include "lifedata.inc"
#else
[...]

#if(frame_number != 0 & frame_number != 1)
   #include "lifedata.inc"
#else
[...]

So the INI entry can be removed.
-- 
Felix Wiemann


Post a reply to this message

From: ingo
Subject: Re: platform dependence
Date: 6 Jul 2002 12:30:30
Message: <Xns9243BCE15D52Aseed7@povray.org>
in news:3d27156c@news.povray.org Felix Wiemann wrote:

> User_Abort_Command=command /C del lifedata.inc
> 
> This works only for the windows version.

Same for boing.ini

I'll make the changes.

Ingo


Post a reply to this message

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